#C5F885

Color #C5F885 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C5F885

Tints of Sulu #C5F885

Color information

#C5F885 (or 0xC5F885) is unknown color: approx Sulu. HEX triplet: C5, F8 and 85. RGB value is (197,248,133). Sum of RGB (Red+Green+Blue) = 197+248+133=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F885 is #3A077A. Grayscale: #DCDCDC. Windows color (decimal): -3803003 or 8779973. OLE color: 8779973.

HSL color Cylindrical-coordinate representation of color #C5F885: hue angle of 86.61º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5F885 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB197248133-
CMYK0.2100.460.03
HSL86.61º89.15%74.71%-
HSV(B)86.61º46.37%97.25%-
XYZ60.8380.734.56-
YUV219.6479.1111.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 34.08%
GREEN value IS 248 (97.27% from 255) = 42.91%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=34.08%
G=42.91%
B=23.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1972481330.2100.460.0386.6189.1574.71
HexC5F8851502E357594b
Octal305370205250563127131113
Binary11000101111110001000010110101010111011101011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F885; }

 p { color: rgb(197,248,133); }

 H1.HeaderClassName
 {
   color: #C5F885;
 }
 .AnyTagClassName
 {
   color: #C5F885;
 }
</style>
background-color css

<style>
 a { background-color: #C5F885; }

 a { background-color: rgb(197,248,133); }

 div.DivClassName
 {
   background-color: #C5F885;
 }
 .BgClassName
 {
   background-color: #C5F885;
 }
</style>
border-color css

<style>
 span { border-color: #C5F885; }

 span { border-color: rgb(197,248,133); }

 td.TdClassName
 {
   border-color: #C5F885;
 }
 .TagClassName
 {
   border-color: #C5F885;
 }
</style>