Shades of Reef #CFE29A
Tints of Reef #CFE29A
RGB
CMYK
RGB Variations
Color information
#CFE29A (or 0xCFE29A) is known color: Reef. HEX triplet: CF, E2 and 9A. RGB value is (207,226,154). Sum of RGB (Red+Green+Blue) = 207+226+154=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE29A is #301D65. Grayscale: #D4D4D4. Windows color (decimal): -3153254 or 10150607. OLE color: 10150607.
HSL color Cylindrical-coordinate representation of color #CFE29A: hue angle of 75.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE29A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 154 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.11 |
| HSL | 75.83º | 0.55% | 0.75% | - |
| HSV(B) | 75.83º | 0.32% | 0.89% | - |
| XYZ | 58.76 | 69.99 | 40.98 | - |
| YUV | 212.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 154 | 0.08 | 0 | 0.32 | 0.11 | 75.83 | 0.55 | 0.75 |
| Hex | CF | E2 | 9A | 8 | 0 | 20 | B | 4C | 37 | 4B |
| Octal | 317 | 342 | 232 | 10 | 0 | 40 | 13 | 114 | 67 | 113 |
| Binary | 11001111 | 11100010 | 10011010 | 1000 | 0 | 100000 | 1011 | 1001100 | 110111 | 1001011 |
Color Harmonies of #CFE29A
Complementary color
Monochromatic Colors of #CFE29A
Black with #CFE29A
Text Example
Text Example
White with #CFE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE29A; }
p { color: rgb(207,226,154); }
H1.HeaderClassName
{
color: #CFE29A;
}
.AnyTagClassName
{
color: #CFE29A;
}
</style>
background-color css
<style>
a { background-color: #CFE29A; }
a { background-color: rgb(207,226,154); }
div.DivClassName
{
background-color: #CFE29A;
}
.BgClassName
{
background-color: #CFE29A;
}
</style>
border-color css
<style>
span { border-color: #CFE29A; }
span { border-color: rgb(207,226,154); }
td.TdClassName
{
border-color: #CFE29A;
}
.TagClassName
{
border-color: #CFE29A;
}
</style>