Shades of Reef #CAF790
Tints of Reef #CAF790
RGB
CMYK
RGB Variations
Color information
#CAF790 (or 0xCAF790) is known color: 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
| RGB | 202 | 247 | 144 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.03 |
| HSL | 86.21º | 0.87% | 0.77% | - |
| HSV(B) | 86.21º | 0.42% | 0.97% | - |
| XYZ | 62.65 | 81.09 | 38.74 | - |
| YUV | 221.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 144 | 0.18 | 0 | 0.42 | 0.03 | 86.21 | 0.87 | 0.77 |
| Hex | CA | F7 | 90 | 12 | 0 | 2A | 3 | 56 | 57 | 4D |
| Octal | 312 | 367 | 220 | 22 | 0 | 52 | 3 | 126 | 127 | 115 |
| Binary | 11001010 | 11110111 | 10010000 | 10010 | 0 | 101010 | 11 | 1010110 | 1010111 | 1001101 |
Color Harmonies of #CAF790
Complementary color
Monochromatic Colors of #CAF790
Black with #CAF790
Text Example
Text Example
White with #CAF790
Text Example
Text Example
HTML Codes & Css Web 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>