#CAFB8F

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

Shades of Reef #CAFB8F

Tints of Reef #CAFB8F

Color information

#CAFB8F (or 0xCAFB8F) is unknown color: approx Reef. HEX triplet: CA, FB and 8F. RGB value is (202,251,143). Sum of RGB (Red+Green+Blue) = 202+251+143=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB8F is #350470. Grayscale: #E0E0E0. Windows color (decimal): -3474545 or 9436106. OLE color: 9436106.

HSL color Cylindrical-coordinate representation of color #CAFB8F: hue angle of 87.22º 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 #CAFB8F is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB202251143-
CMYK0.2000.430.02
HSL87.22º93.1%77.25%-
HSV(B)87.22º43.03%98.43%-
XYZ63.8183.5338.75-
YUV224.0482.27112.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 143 (56.25% from 255) = 23.99%
R=33.89%
G=42.11%
B=23.99%

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
Decimal2022511430.2000.430.0287.2293.177.25
HexCAFB8F1402B2575d4d
Octal312373217240532127135115
Binary11001010111110111000111110100010101110101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB8F; }

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

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

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

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

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

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

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

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