Shades of Reef #CFE59B
Tints of Reef #CFE59B
RGB
CMYK
RGB Variations
Color information
#CFE59B (or 0xCFE59B) is known color: Reef. HEX triplet: CF, E5 and 9B. RGB value is (207,229,155). Sum of RGB (Red+Green+Blue) = 207+229+155=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE59B is #301A64. Grayscale: #D6D6D6. Windows color (decimal): -3152485 or 10216911. OLE color: 10216911.
HSL color Cylindrical-coordinate representation of color #CFE59B: hue angle of 77.84º degrees, saturation: 0.59, 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 #CFE59B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 155 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.10 |
| HSL | 77.84º | 0.59% | 0.75% | - |
| HSV(B) | 77.84º | 0.32% | 0.9% | - |
| XYZ | 59.67 | 71.67 | 41.7 | - |
| YUV | 213.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 155 | 0.10 | 0 | 0.32 | 0.10 | 77.84 | 0.59 | 0.75 |
| Hex | CF | E5 | 9B | A | 0 | 20 | A | 4E | 3B | 4B |
| Octal | 317 | 345 | 233 | 12 | 0 | 40 | 12 | 116 | 73 | 113 |
| Binary | 11001111 | 11100101 | 10011011 | 1010 | 0 | 100000 | 1010 | 1001110 | 111011 | 1001011 |
Color Harmonies of #CFE59B
Complementary color
Monochromatic Colors of #CFE59B
Black with #CFE59B
Text Example
Text Example
White with #CFE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE59B; }
p { color: rgb(207,229,155); }
H1.HeaderClassName
{
color: #CFE59B;
}
.AnyTagClassName
{
color: #CFE59B;
}
</style>
background-color css
<style>
a { background-color: #CFE59B; }
a { background-color: rgb(207,229,155); }
div.DivClassName
{
background-color: #CFE59B;
}
.BgClassName
{
background-color: #CFE59B;
}
</style>
border-color css
<style>
span { border-color: #CFE59B; }
span { border-color: rgb(207,229,155); }
td.TdClassName
{
border-color: #CFE59B;
}
.TagClassName
{
border-color: #CFE59B;
}
</style>