#CAFA9D

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

Shades of Reef #CAFA9D

Tints of Reef #CAFA9D

Color information

#CAFA9D (or 0xCAFA9D) is unknown color: approx Reef. HEX triplet: CA, FA and 9D. RGB value is (202,250,157). Sum of RGB (Red+Green+Blue) = 202+250+157=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9D is #350562. Grayscale: #E1E1E1. Windows color (decimal): -3474787 or 10353354. OLE color: 10353354.

HSL color Cylindrical-coordinate representation of color #CAFA9D: hue angle of 90.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFA9D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB202250157-
CMYK0.1900.370.02
HSL90.97º90.29%79.8%-
HSV(B)90.97º37.2%98.04%-
XYZ64.6383.3644.58-
YUV225.0589.6111.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=33.17%
G=41.05%
B=25.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501570.1900.370.0290.9790.2979.8
HexCAFA9D1302525b5a50
Octal312372235230452133132120
Binary11001010111110101001110110011010010110101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA9D; }

 p { color: rgb(202,250,157); }

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

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

 a { background-color: rgb(202,250,157); }

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

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

 span { border-color: rgb(202,250,157); }

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