Shades of Reef #CFE19C
Tints of Reef #CFE19C
RGB
CMYK
RGB Variations
Color information
#CFE19C (or 0xCFE19C) is known color: Reef. HEX triplet: CF, E1 and 9C. RGB value is (207,225,156). Sum of RGB (Red+Green+Blue) = 207+225+156=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19C is #301E63. Grayscale: #D4D4D4. Windows color (decimal): -3153508 or 10281423. OLE color: 10281423.
HSL color Cylindrical-coordinate representation of color #CFE19C: hue angle of 75.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE19C is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 156 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.12 |
| HSL | 75.65º | 0.53% | 0.75% | - |
| HSV(B) | 75.65º | 0.31% | 0.88% | - |
| XYZ | 58.66 | 69.52 | 41.78 | - |
| YUV | 211.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 156 | 0.08 | 0 | 0.31 | 0.12 | 75.65 | 0.53 | 0.75 |
| Hex | CF | E1 | 9C | 8 | 0 | 1F | C | 4C | 35 | 4B |
| Octal | 317 | 341 | 234 | 10 | 0 | 37 | 14 | 114 | 65 | 113 |
| Binary | 11001111 | 11100001 | 10011100 | 1000 | 0 | 11111 | 1100 | 1001100 | 110101 | 1001011 |
Color Harmonies of #CFE19C
Complementary color
Monochromatic Colors of #CFE19C
Black with #CFE19C
Text Example
Text Example
White with #CFE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE19C; }
p { color: rgb(207,225,156); }
H1.HeaderClassName
{
color: #CFE19C;
}
.AnyTagClassName
{
color: #CFE19C;
}
</style>
background-color css
<style>
a { background-color: #CFE19C; }
a { background-color: rgb(207,225,156); }
div.DivClassName
{
background-color: #CFE19C;
}
.BgClassName
{
background-color: #CFE19C;
}
</style>
border-color css
<style>
span { border-color: #CFE19C; }
span { border-color: rgb(207,225,156); }
td.TdClassName
{
border-color: #CFE19C;
}
.TagClassName
{
border-color: #CFE19C;
}
</style>