#CAFD92

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

Shades of Reef #CAFD92

Tints of Reef #CAFD92

Color information

#CAFD92 (or 0xCAFD92) is unknown color: approx Reef. HEX triplet: CA, FD and 92. RGB value is (202,253,146). Sum of RGB (Red+Green+Blue) = 202+253+146=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFD92 is #35026D. Grayscale: #E1E1E1. Windows color (decimal): -3474030 or 9633226. OLE color: 9633226.

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

Color convert

RGB202253146-
CMYK0.2000.420.01
HSL88.6º96.4%78.24%-
HSV(B)88.6º42.29%99.22%-
XYZ64.6784.8840.17-
YUV225.5583.1111.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 253 (99.22% from 255) = 42.10%
BLUE value IS 146 (57.42% from 255) = 24.29%
R=33.61%
G=42.10%
B=24.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531460.2000.420.0188.696.478.24
HexCAFD921402A159604e
Octal312375222240521131140116
Binary1100101011111101100100101010001010101101100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD92; }

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

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

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

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

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

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

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

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