Shades of Reef #CFE592
Tints of Reef #CFE592
RGB
CMYK
RGB Variations
Color information
#CFE592 (or 0xCFE592) is known color: Reef. HEX triplet: CF, E5 and 92. RGB value is (207,229,146). Sum of RGB (Red+Green+Blue) = 207+229+146=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE592 is #301A6D. Grayscale: #D5D5D5. Windows color (decimal): -3152494 or 9627087. OLE color: 9627087.
HSL color Cylindrical-coordinate representation of color #CFE592: hue angle of 75.9º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE592 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 146 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.10 |
| HSL | 75.9º | 0.61% | 0.74% | - |
| HSV(B) | 75.9º | 0.36% | 0.9% | - |
| XYZ | 58.94 | 71.38 | 37.87 | - |
| YUV | 212.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 146 | 0.10 | 0 | 0.36 | 0.10 | 75.9 | 0.61 | 0.74 |
| Hex | CF | E5 | 92 | A | 0 | 24 | A | 4C | 3D | 4A |
| Octal | 317 | 345 | 222 | 12 | 0 | 44 | 12 | 114 | 75 | 112 |
| Binary | 11001111 | 11100101 | 10010010 | 1010 | 0 | 100100 | 1010 | 1001100 | 111101 | 1001010 |
Color Harmonies of #CFE592
Complementary color
Monochromatic Colors of #CFE592
Black with #CFE592
Text Example
Text Example
White with #CFE592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE592; }
p { color: rgb(207,229,146); }
H1.HeaderClassName
{
color: #CFE592;
}
.AnyTagClassName
{
color: #CFE592;
}
</style>
background-color css
<style>
a { background-color: #CFE592; }
a { background-color: rgb(207,229,146); }
div.DivClassName
{
background-color: #CFE592;
}
.BgClassName
{
background-color: #CFE592;
}
</style>
border-color css
<style>
span { border-color: #CFE592; }
span { border-color: rgb(207,229,146); }
td.TdClassName
{
border-color: #CFE592;
}
.TagClassName
{
border-color: #CFE592;
}
</style>