#CAF290

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

Shades of Reef #CAF290

Tints of Reef #CAF290

Color information

#CAF290 (or 0xCAF290) is unknown color: approx Reef. HEX triplet: CA, F2 and 90. RGB value is (202,242,144). Sum of RGB (Red+Green+Blue) = 202+242+144=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF290 is #350D6F. Grayscale: #DBDBDB. Windows color (decimal): -3476848 or 9499338. OLE color: 9499338.

HSL color Cylindrical-coordinate representation of color #CAF290: hue angle of 84.49º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF290 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB202242144-
CMYK0.1700.400.05
HSL84.49º79.03%75.69%-
HSV(B)84.49º40.5%94.9%-
XYZ61.1478.0738.23-
YUV218.8785.75115.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=34.35%
G=41.16%
B=24.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421440.1700.400.0584.4979.0375.69
HexCAF290110285544f4c
Octal312362220210505124117114
Binary110010101111001010010000100010101000101101010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF290; }

 p { color: rgb(202,242,144); }

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

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

 a { background-color: rgb(202,242,144); }

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

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

 span { border-color: rgb(202,242,144); }

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