#CAFF9C

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

Shades of Reef #CAFF9C

Tints of Reef #CAFF9C

Color information

#CAFF9C (or 0xCAFF9C) is unknown color: approx Reef. HEX triplet: CA, FF and 9C. RGB value is (202,255,156). Sum of RGB (Red+Green+Blue) = 202+255+156=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF9C is #350063. Grayscale: #E4E4E4. Windows color (decimal): -3473508 or 10289098. OLE color: 10289098.

HSL color Cylindrical-coordinate representation of color #CAFF9C: hue angle of 92.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAFF9C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB202255156-
CMYK0.2100.390
HSL92.12º100%80.59%-
HSV(B)92.12º38.82%100%-
XYZ66.1286.4844.66-
YUV227.8787.44109.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 156 (61.33% from 255) = 25.45%
R=32.95%
G=41.60%
B=25.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551560.2100.39092.1210080.59
HexCAFF9C1502705c6451
Octal312377234250470134144121
Binary1100101011111111100111001010101001110101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF9C; }

 p { color: rgb(202,255,156); }

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

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

 a { background-color: rgb(202,255,156); }

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

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

 span { border-color: rgb(202,255,156); }

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