#CAFB90

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

Shades of Reef #CAFB90

Tints of Reef #CAFB90

Color information

#CAFB90 (or 0xCAFB90) is unknown color: approx Reef. HEX triplet: CA, FB and 90. RGB value is (202,251,144). Sum of RGB (Red+Green+Blue) = 202+251+144=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB90 is #35046F. Grayscale: #E0E0E0. Windows color (decimal): -3474544 or 9501642. OLE color: 9501642.

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

Color convert

RGB202251144-
CMYK0.2000.430.02
HSL87.48º93.04%77.45%-
HSV(B)87.48º42.63%98.43%-
XYZ63.8983.5639.15-
YUV224.1582.77112.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 251 (98.44% from 255) = 42.04%
BLUE value IS 144 (56.64% from 255) = 24.12%
R=33.84%
G=42.04%
B=24.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511440.2000.430.0287.4893.0477.45
HexCAFB901402B2575d4d
Octal312373220240532127135115
Binary11001010111110111001000010100010101110101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB90; }

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

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

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

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

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

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

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

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