#CAFD95

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

Shades of Reef #CAFD95

Tints of Reef #CAFD95

Color information

#CAFD95 (or 0xCAFD95) is unknown color: approx Reef. HEX triplet: CA, FD and 95. RGB value is (202,253,149). Sum of RGB (Red+Green+Blue) = 202+253+149=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFD95 is #35026A. Grayscale: #E2E2E2. Windows color (decimal): -3474027 or 9829834. OLE color: 9829834.

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

Color convert

RGB202253149-
CMYK0.2000.410.01
HSL89.42º96.3%78.82%-
HSV(B)89.42º41.11%99.22%-
XYZ64.9184.9841.42-
YUV225.984.6110.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=33.44%
G=41.89%
B=24.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531490.2000.410.0189.4296.378.82
HexCAFD9514029159604f
Octal312375225240511131140117
Binary1100101011111101100101011010001010011101100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD95; }

 p { color: rgb(202,253,149); }

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

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

 a { background-color: rgb(202,253,149); }

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

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

 span { border-color: rgb(202,253,149); }

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