#CAF790

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

Shades of Reef #CAF790

Tints of Reef #CAF790

Color information

#CAF790 (or 0xCAF790) is unknown color: approx Reef. HEX triplet: CA, F7 and 90. RGB value is (202,247,144). Sum of RGB (Red+Green+Blue) = 202+247+144=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF790 is #35086F. Grayscale: #DEDEDE. Windows color (decimal): -3475568 or 9500618. OLE color: 9500618.

HSL color Cylindrical-coordinate representation of color #CAF790: hue angle of 86.21º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF790 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB202247144-
CMYK0.1800.420.03
HSL86.21º86.55%76.67%-
HSV(B)86.21º41.7%96.86%-
XYZ62.6581.0938.74-
YUV221.884.09113.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 144 (56.64% from 255) = 24.28%
R=34.06%
G=41.65%
B=24.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471440.1800.420.0386.2186.5576.67
HexCAF7901202A356574d
Octal312367220220523126127115
Binary11001010111101111001000010010010101011101011010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF790; }

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

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

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

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

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

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

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

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