#CAF390

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

Shades of Reef #CAF390

Tints of Reef #CAF390

Color information

#CAF390 (or 0xCAF390) is unknown color: approx Reef. HEX triplet: CA, F3 and 90. RGB value is (202,243,144). Sum of RGB (Red+Green+Blue) = 202+243+144=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF390 is #350C6F. Grayscale: #DBDBDB. Windows color (decimal): -3476592 or 9499594. OLE color: 9499594.

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

Color convert

RGB202243144-
CMYK0.1700.410.05
HSL84.85º80.49%75.88%-
HSV(B)84.85º40.74%95.29%-
XYZ61.4478.6738.33-
YUV219.4685.42115.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 243 (95.31% from 255) = 41.26%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=34.30%
G=41.26%
B=24.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431440.1700.410.0584.8580.4975.88
HexCAF39011029555504c
Octal312363220210515125120114
Binary110010101111001110010000100010101001101101010110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF390; }

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

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

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

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

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

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

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

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