#CAFF97

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

Shades of Reef #CAFF97

Tints of Reef #CAFF97

Color information

#CAFF97 (or 0xCAFF97) is unknown color: approx Reef. HEX triplet: CA, FF and 97. RGB value is (202,255,151). Sum of RGB (Red+Green+Blue) = 202+255+151=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF97 is #350068. Grayscale: #E3E3E3. Windows color (decimal): -3473513 or 9961418. OLE color: 9961418.

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

Color convert

RGB202255151-
CMYK0.2100.410
HSL90.58º100%79.61%-
HSV(B)90.58º40.78%100%-
XYZ65.786.3142.47-
YUV227.384.94109.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=33.22%
G=41.94%
B=24.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551510.2100.41090.5810079.61
HexCAFF971502905b6450
Octal312377227250510133144120
Binary1100101011111111100101111010101010010101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF97; }

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

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

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

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

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

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

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

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