Shades of Reef #CAF293
Tints of Reef #CAF293
RGB
CMYK
RGB Variations
Color information
#CAF293 (or 0xCAF293) is known color: Reef. HEX triplet: CA, F2 and 93. RGB value is (202,242,147). Sum of RGB (Red+Green+Blue) = 202+242+147=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF293 is #350D6C. Grayscale: #DBDBDB. Windows color (decimal): -3476845 or 9695946. OLE color: 9695946.
HSL color Cylindrical-coordinate representation of color #CAF293: hue angle of 85.26º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAF293 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 147 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.05 |
| HSL | 85.26º | 0.79% | 0.76% | - |
| HSV(B) | 85.26º | 0.39% | 0.95% | - |
| XYZ | 61.38 | 78.17 | 39.46 | - |
| YUV | 219.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 147 | 0.17 | 0 | 0.39 | 0.05 | 85.26 | 0.79 | 0.76 |
| Hex | CA | F2 | 93 | 11 | 0 | 27 | 5 | 55 | 4F | 4C |
| Octal | 312 | 362 | 223 | 21 | 0 | 47 | 5 | 125 | 117 | 114 |
| Binary | 11001010 | 11110010 | 10010011 | 10001 | 0 | 100111 | 101 | 1010101 | 1001111 | 1001100 |
Color Harmonies of #CAF293
Complementary color
Monochromatic Colors of #CAF293
Black with #CAF293
Text Example
Text Example
White with #CAF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF293; }
p { color: rgb(202,242,147); }
H1.HeaderClassName
{
color: #CAF293;
}
.AnyTagClassName
{
color: #CAF293;
}
</style>
background-color css
<style>
a { background-color: #CAF293; }
a { background-color: rgb(202,242,147); }
div.DivClassName
{
background-color: #CAF293;
}
.BgClassName
{
background-color: #CAF293;
}
</style>
border-color css
<style>
span { border-color: #CAF293; }
span { border-color: rgb(202,242,147); }
td.TdClassName
{
border-color: #CAF293;
}
.TagClassName
{
border-color: #CAF293;
}
</style>