Shades of Reef #CAF593
Tints of Reef #CAF593
RGB
CMYK
RGB Variations
Color information
#CAF593 (or 0xCAF593) is known color: Reef. HEX triplet: CA, F5 and 93. RGB value is (202,245,147). Sum of RGB (Red+Green+Blue) = 202+245+147=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF593 is #350A6C. Grayscale: #DDDDDD. Windows color (decimal): -3476077 or 9696714. OLE color: 9696714.
HSL color Cylindrical-coordinate representation of color #CAF593: hue angle of 86.33º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF593 is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 147 | - |
| CMYK | 0.18 | 0 | 0.4 | 0.04 |
| HSL | 86.33º | 0.83% | 0.77% | - |
| HSV(B) | 86.33º | 0.4% | 0.96% | - |
| XYZ | 62.28 | 79.97 | 39.76 | - |
| YUV | 220.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 147 | 0.18 | 0 | 0.4 | 0.04 | 86.33 | 0.83 | 0.77 |
| Hex | CA | F5 | 93 | 12 | 0 | 28 | 4 | 56 | 53 | 4D |
| Octal | 312 | 365 | 223 | 22 | 0 | 50 | 4 | 126 | 123 | 115 |
| Binary | 11001010 | 11110101 | 10010011 | 10010 | 0 | 101000 | 100 | 1010110 | 1010011 | 1001101 |
Color Harmonies of #CAF593
Complementary color
Monochromatic Colors of #CAF593
Black with #CAF593
Text Example
Text Example
White with #CAF593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF593; }
p { color: rgb(202,245,147); }
H1.HeaderClassName
{
color: #CAF593;
}
.AnyTagClassName
{
color: #CAF593;
}
</style>
background-color css
<style>
a { background-color: #CAF593; }
a { background-color: rgb(202,245,147); }
div.DivClassName
{
background-color: #CAF593;
}
.BgClassName
{
background-color: #CAF593;
}
</style>
border-color css
<style>
span { border-color: #CAF593; }
span { border-color: rgb(202,245,147); }
td.TdClassName
{
border-color: #CAF593;
}
.TagClassName
{
border-color: #CAF593;
}
</style>