Shades of Reef #CFE795
Tints of Reef #CFE795
RGB
CMYK
RGB Variations
Color information
#CFE795 (or 0xCFE795) is known color: Reef. HEX triplet: CF, E7 and 95. RGB value is (207,231,149). Sum of RGB (Red+Green+Blue) = 207+231+149=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE795 is #30186A. Grayscale: #D6D6D6. Windows color (decimal): -3151979 or 9824207. OLE color: 9824207.
HSL color Cylindrical-coordinate representation of color #CFE795: hue angle of 77.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE795 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 149 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.09 |
| HSL | 77.56º | 0.63% | 0.75% | - |
| HSV(B) | 77.56º | 0.35% | 0.91% | - |
| XYZ | 59.73 | 72.59 | 39.3 | - |
| YUV | 214.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 149 | 0.10 | 0 | 0.35 | 0.09 | 77.56 | 0.63 | 0.75 |
| Hex | CF | E7 | 95 | A | 0 | 23 | 9 | 4E | 3F | 4B |
| Octal | 317 | 347 | 225 | 12 | 0 | 43 | 11 | 116 | 77 | 113 |
| Binary | 11001111 | 11100111 | 10010101 | 1010 | 0 | 100011 | 1001 | 1001110 | 111111 | 1001011 |
Color Harmonies of #CFE795
Complementary color
Monochromatic Colors of #CFE795
Black with #CFE795
Text Example
Text Example
White with #CFE795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE795; }
p { color: rgb(207,231,149); }
H1.HeaderClassName
{
color: #CFE795;
}
.AnyTagClassName
{
color: #CFE795;
}
</style>
background-color css
<style>
a { background-color: #CFE795; }
a { background-color: rgb(207,231,149); }
div.DivClassName
{
background-color: #CFE795;
}
.BgClassName
{
background-color: #CFE795;
}
</style>
border-color css
<style>
span { border-color: #CFE795; }
span { border-color: rgb(207,231,149); }
td.TdClassName
{
border-color: #CFE795;
}
.TagClassName
{
border-color: #CFE795;
}
</style>