#CAFB71

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

Shades of Sulu #CAFB71

Tints of Sulu #CAFB71

Color information

#CAFB71 (or 0xCAFB71) is unknown color: approx Sulu. HEX triplet: CA, FB and 71. RGB value is (202,251,113). Sum of RGB (Red+Green+Blue) = 202+251+113=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFB71 is #35048E. Grayscale: #DDDDDD. Windows color (decimal): -3474575 or 7470026. OLE color: 7470026.

HSL color Cylindrical-coordinate representation of color #CAFB71: hue angle of 81.3º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAFB71 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB202251113-
CMYK0.2000.550.02
HSL81.3º94.52%71.37%-
HSV(B)81.3º54.98%98.43%-
XYZ61.8382.7428.33-
YUV220.6267.27114.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 113 (44.53% from 255) = 19.96%
R=35.69%
G=44.35%
B=19.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511130.2000.550.0281.394.5271.37
HexCAFB71140372515f47
Octal312373161240672121137107
Binary1100101011111011111000110100011011110101000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB71; }

 p { color: rgb(202,251,113); }

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

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

 a { background-color: rgb(202,251,113); }

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

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

 span { border-color: rgb(202,251,113); }

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