Shades of Reef #CFE59C
Tints of Reef #CFE59C
RGB
CMYK
RGB Variations
Color information
#CFE59C (or 0xCFE59C) is known color: Reef. HEX triplet: CF, E5 and 9C. RGB value is (207,229,156). Sum of RGB (Red+Green+Blue) = 207+229+156=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE59C is #301A63. Grayscale: #D6D6D6. Windows color (decimal): -3152484 or 10282447. OLE color: 10282447.
HSL color Cylindrical-coordinate representation of color #CFE59C: hue angle of 78.08º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE59C is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 156 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.10 |
| HSL | 78.08º | 0.58% | 0.75% | - |
| HSV(B) | 78.08º | 0.32% | 0.9% | - |
| XYZ | 59.75 | 71.7 | 42.14 | - |
| YUV | 214.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 156 | 0.10 | 0 | 0.32 | 0.10 | 78.08 | 0.58 | 0.75 |
| Hex | CF | E5 | 9C | A | 0 | 20 | A | 4E | 3A | 4B |
| Octal | 317 | 345 | 234 | 12 | 0 | 40 | 12 | 116 | 72 | 113 |
| Binary | 11001111 | 11100101 | 10011100 | 1010 | 0 | 100000 | 1010 | 1001110 | 111010 | 1001011 |
Color Harmonies of #CFE59C
Complementary color
Monochromatic Colors of #CFE59C
Black with #CFE59C
Text Example
Text Example
White with #CFE59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE59C; }
p { color: rgb(207,229,156); }
H1.HeaderClassName
{
color: #CFE59C;
}
.AnyTagClassName
{
color: #CFE59C;
}
</style>
background-color css
<style>
a { background-color: #CFE59C; }
a { background-color: rgb(207,229,156); }
div.DivClassName
{
background-color: #CFE59C;
}
.BgClassName
{
background-color: #CFE59C;
}
</style>
border-color css
<style>
span { border-color: #CFE59C; }
span { border-color: rgb(207,229,156); }
td.TdClassName
{
border-color: #CFE59C;
}
.TagClassName
{
border-color: #CFE59C;
}
</style>