#CAFC98

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

Shades of Reef #CAFC98

Tints of Reef #CAFC98

Color information

#CAFC98 (or 0xCAFC98) is unknown color: approx Reef. HEX triplet: CA, FC and 98. RGB value is (202,252,152). Sum of RGB (Red+Green+Blue) = 202+252+152=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFC98 is #350367. Grayscale: #E1E1E1. Windows color (decimal): -3474280 or 10026186. OLE color: 10026186.

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

Color convert

RGB202252152-
CMYK0.2000.400.01
HSL90º94.34%79.22%-
HSV(B)90º39.68%98.82%-
XYZ64.8484.4442.59-
YUV225.6586.44111.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 152 (59.77% from 255) = 25.08%
R=33.33%
G=41.58%
B=25.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521520.2000.400.019094.3479.22
HexCAFC981402815a5e4f
Octal312374230240501132136117
Binary1100101011111100100110001010001010001101101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC98; }

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

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

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

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

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

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

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

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