Shades of Reef #CFE596
Tints of Reef #CFE596
RGB
CMYK
RGB Variations
Color information
#CFE596 (or 0xCFE596) is known color: Reef. HEX triplet: CF, E5 and 96. RGB value is (207,229,150). Sum of RGB (Red+Green+Blue) = 207+229+150=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE596 is #301A69. Grayscale: #D5D5D5. Windows color (decimal): -3152490 or 9889231. OLE color: 9889231.
HSL color Cylindrical-coordinate representation of color #CFE596: hue angle of 76.71º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE596 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 150 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.10 |
| HSL | 76.71º | 0.6% | 0.74% | - |
| HSV(B) | 76.71º | 0.34% | 0.9% | - |
| XYZ | 59.26 | 71.51 | 39.53 | - |
| YUV | 213.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 150 | 0.10 | 0 | 0.34 | 0.10 | 76.71 | 0.6 | 0.74 |
| Hex | CF | E5 | 96 | A | 0 | 22 | A | 4D | 3C | 4A |
| Octal | 317 | 345 | 226 | 12 | 0 | 42 | 12 | 115 | 74 | 112 |
| Binary | 11001111 | 11100101 | 10010110 | 1010 | 0 | 100010 | 1010 | 1001101 | 111100 | 1001010 |
Color Harmonies of #CFE596
Complementary color
Monochromatic Colors of #CFE596
Black with #CFE596
Text Example
Text Example
White with #CFE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE596; }
p { color: rgb(207,229,150); }
H1.HeaderClassName
{
color: #CFE596;
}
.AnyTagClassName
{
color: #CFE596;
}
</style>
background-color css
<style>
a { background-color: #CFE596; }
a { background-color: rgb(207,229,150); }
div.DivClassName
{
background-color: #CFE596;
}
.BgClassName
{
background-color: #CFE596;
}
</style>
border-color css
<style>
span { border-color: #CFE596; }
span { border-color: rgb(207,229,150); }
td.TdClassName
{
border-color: #CFE596;
}
.TagClassName
{
border-color: #CFE596;
}
</style>