Shades of Reef #CFE19A
Tints of Reef #CFE19A
RGB
CMYK
RGB Variations
Color information
#CFE19A (or 0xCFE19A) is known color: Reef. HEX triplet: CF, E1 and 9A. RGB value is (207,225,154). Sum of RGB (Red+Green+Blue) = 207+225+154=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19A is #301E65. Grayscale: #D3D3D3. Windows color (decimal): -3153510 or 10150351. OLE color: 10150351.
HSL color Cylindrical-coordinate representation of color #CFE19A: hue angle of 75.21º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE19A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 154 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.12 |
| HSL | 75.21º | 0.54% | 0.74% | - |
| HSV(B) | 75.21º | 0.32% | 0.88% | - |
| XYZ | 58.49 | 69.45 | 40.89 | - |
| YUV | 211.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 154 | 0.08 | 0 | 0.32 | 0.12 | 75.21 | 0.54 | 0.74 |
| Hex | CF | E1 | 9A | 8 | 0 | 20 | C | 4B | 36 | 4A |
| Octal | 317 | 341 | 232 | 10 | 0 | 40 | 14 | 113 | 66 | 112 |
| Binary | 11001111 | 11100001 | 10011010 | 1000 | 0 | 100000 | 1100 | 1001011 | 110110 | 1001010 |
Color Harmonies of #CFE19A
Complementary color
Monochromatic Colors of #CFE19A
Black with #CFE19A
Text Example
Text Example
White with #CFE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE19A; }
p { color: rgb(207,225,154); }
H1.HeaderClassName
{
color: #CFE19A;
}
.AnyTagClassName
{
color: #CFE19A;
}
</style>
background-color css
<style>
a { background-color: #CFE19A; }
a { background-color: rgb(207,225,154); }
div.DivClassName
{
background-color: #CFE19A;
}
.BgClassName
{
background-color: #CFE19A;
}
</style>
border-color css
<style>
span { border-color: #CFE19A; }
span { border-color: rgb(207,225,154); }
td.TdClassName
{
border-color: #CFE19A;
}
.TagClassName
{
border-color: #CFE19A;
}
</style>