Shades of Reef #CFE496
Tints of Reef #CFE496
RGB
CMYK
RGB Variations
Color information
#CFE496 (or 0xCFE496) is known color: Reef. HEX triplet: CF, E4 and 96. RGB value is (207,228,150). Sum of RGB (Red+Green+Blue) = 207+228+150=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE496 is #301B69. Grayscale: #D5D5D5. Windows color (decimal): -3152746 or 9888975. OLE color: 9888975.
HSL color Cylindrical-coordinate representation of color #CFE496: hue angle of 76.15º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE496 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 150 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.11 |
| HSL | 76.15º | 0.59% | 0.74% | - |
| HSV(B) | 76.15º | 0.34% | 0.89% | - |
| XYZ | 58.98 | 70.95 | 39.44 | - |
| YUV | 212.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 150 | 0.09 | 0 | 0.34 | 0.11 | 76.15 | 0.59 | 0.74 |
| Hex | CF | E4 | 96 | 9 | 0 | 22 | B | 4C | 3B | 4A |
| Octal | 317 | 344 | 226 | 11 | 0 | 42 | 13 | 114 | 73 | 112 |
| Binary | 11001111 | 11100100 | 10010110 | 1001 | 0 | 100010 | 1011 | 1001100 | 111011 | 1001010 |
Color Harmonies of #CFE496
Complementary color
Monochromatic Colors of #CFE496
Black with #CFE496
Text Example
Text Example
White with #CFE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE496; }
p { color: rgb(207,228,150); }
H1.HeaderClassName
{
color: #CFE496;
}
.AnyTagClassName
{
color: #CFE496;
}
</style>
background-color css
<style>
a { background-color: #CFE496; }
a { background-color: rgb(207,228,150); }
div.DivClassName
{
background-color: #CFE496;
}
.BgClassName
{
background-color: #CFE496;
}
</style>
border-color css
<style>
span { border-color: #CFE496; }
span { border-color: rgb(207,228,150); }
td.TdClassName
{
border-color: #CFE496;
}
.TagClassName
{
border-color: #CFE496;
}
</style>