#CAFC9F

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

Shades of Reef #CAFC9F

Tints of Reef #CAFC9F

Color information

#CAFC9F (or 0xCAFC9F) is unknown color: approx Reef. HEX triplet: CA, FC and 9F. RGB value is (202,252,159). Sum of RGB (Red+Green+Blue) = 202+252+159=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFC9F is #350360. Grayscale: #E2E2E2. Windows color (decimal): -3474273 or 10484938. OLE color: 10484938.

HSL color Cylindrical-coordinate representation of color #CAFC9F: hue angle of 92.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFC9F is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB202252159-
CMYK0.2000.370.01
HSL92.26º93.94%80.59%-
HSV(B)92.26º36.9%98.82%-
XYZ65.4384.6845.7-
YUV226.4589.94110.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=32.95%
G=41.11%
B=25.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521590.2000.370.0192.2693.9480.59
HexCAFC9F1402515c5e51
Octal312374237240451134136121
Binary1100101011111100100111111010001001011101110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC9F; }

 p { color: rgb(202,252,159); }

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

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

 a { background-color: rgb(202,252,159); }

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

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

 span { border-color: rgb(202,252,159); }

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