#CAFB84

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

Shades of Sulu #CAFB84

Tints of Sulu #CAFB84

Color information

#CAFB84 (or 0xCAFB84) is unknown color: approx Sulu. HEX triplet: CA, FB and 84. RGB value is (202,251,132). Sum of RGB (Red+Green+Blue) = 202+251+132=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB84 is #35047B. Grayscale: #DFDFDF. Windows color (decimal): -3474556 or 8715210. OLE color: 8715210.

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

Color convert

RGB202251132-
CMYK0.2000.470.02
HSL84.71º93.7%75.1%-
HSV(B)84.71º47.41%98.43%-
XYZ63.0283.2234.57-
YUV222.7876.77113.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=34.53%
G=42.91%
B=22.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511320.2000.470.0284.7193.775.1
HexCAFB841402F2555e4b
Octal312373204240572125136113
Binary11001010111110111000010010100010111110101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB84; }

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

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

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

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

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

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

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

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