Shades of Reef #CAF390
Tints of Reef #CAF390
RGB
CMYK
RGB Variations
Color information
#CAF390 (or 0xCAF390) is known color: 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
| RGB | 202 | 243 | 144 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.05 |
| HSL | 84.85º | 0.8% | 0.76% | - |
| HSV(B) | 84.85º | 0.41% | 0.95% | - |
| XYZ | 61.44 | 78.67 | 38.33 | - |
| YUV | 219.46 | 85.42 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 144 | 0.17 | 0 | 0.41 | 0.05 | 84.85 | 0.8 | 0.76 |
| Hex | CA | F3 | 90 | 11 | 0 | 29 | 5 | 55 | 50 | 4C |
| Octal | 312 | 363 | 220 | 21 | 0 | 51 | 5 | 125 | 120 | 114 |
| Binary | 11001010 | 11110011 | 10010000 | 10001 | 0 | 101001 | 101 | 1010101 | 1010000 | 1001100 |
Color Harmonies of #CAF390
Complementary color
Monochromatic Colors of #CAF390
Black with #CAF390
Text Example
Text Example
White with #CAF390
Text Example
Text Example
HTML Codes & Css Web 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>