Shades of Reef #CFE492
Tints of Reef #CFE492
RGB
CMYK
RGB Variations
Color information
#CFE492 (or 0xCFE492) is known color: Reef. HEX triplet: CF, E4 and 92. RGB value is (207,228,146). Sum of RGB (Red+Green+Blue) = 207+228+146=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE492 is #301B6D. Grayscale: #D4D4D4. Windows color (decimal): -3152750 or 9626831. OLE color: 9626831.
HSL color Cylindrical-coordinate representation of color #CFE492: hue angle of 75.37º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE492 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 146 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.11 |
| HSL | 75.37º | 0.6% | 0.73% | - |
| HSV(B) | 75.37º | 0.36% | 0.89% | - |
| XYZ | 58.66 | 70.83 | 37.77 | - |
| YUV | 212.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 146 | 0.09 | 0 | 0.36 | 0.11 | 75.37 | 0.6 | 0.73 |
| Hex | CF | E4 | 92 | 9 | 0 | 24 | B | 4B | 3C | 49 |
| Octal | 317 | 344 | 222 | 11 | 0 | 44 | 13 | 113 | 74 | 111 |
| Binary | 11001111 | 11100100 | 10010010 | 1001 | 0 | 100100 | 1011 | 1001011 | 111100 | 1001001 |
Color Harmonies of #CFE492
Complementary color
Monochromatic Colors of #CFE492
Black with #CFE492
Text Example
Text Example
White with #CFE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE492; }
p { color: rgb(207,228,146); }
H1.HeaderClassName
{
color: #CFE492;
}
.AnyTagClassName
{
color: #CFE492;
}
</style>
background-color css
<style>
a { background-color: #CFE492; }
a { background-color: rgb(207,228,146); }
div.DivClassName
{
background-color: #CFE492;
}
.BgClassName
{
background-color: #CFE492;
}
</style>
border-color css
<style>
span { border-color: #CFE492; }
span { border-color: rgb(207,228,146); }
td.TdClassName
{
border-color: #CFE492;
}
.TagClassName
{
border-color: #CFE492;
}
</style>