#CAF992

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

Shades of Reef #CAF992

Tints of Reef #CAF992

Color information

#CAF992 (or 0xCAF992) is unknown color: approx Reef. HEX triplet: CA, F9 and 92. RGB value is (202,249,146). Sum of RGB (Red+Green+Blue) = 202+249+146=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF992 is #35066D. Grayscale: #DFDFDF. Windows color (decimal): -3475054 or 9632202. OLE color: 9632202.

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

Color convert

RGB202249146-
CMYK0.1900.410.02
HSL87.38º89.57%77.45%-
HSV(B)87.38º41.37%97.65%-
XYZ63.4282.3839.75-
YUV223.284.43112.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=33.84%
G=41.71%
B=24.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491460.1900.410.0287.3889.5777.45
HexCAF992130292575a4d
Octal312371222230512127132115
Binary11001010111110011001001010011010100110101011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF992; }

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

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

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

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

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

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

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

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