Shades of Manz #CFE051
Tints of Manz #CFE051
RGB
CMYK
RGB Variations
Color information
#CFE051 (or 0xCFE051) is known color: Manz. HEX triplet: CF, E0 and 51. RGB value is (207,224,81). Sum of RGB (Red+Green+Blue) = 207+224+81=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE051 is #301FAE. Grayscale: #CBCBCB. Windows color (decimal): -3153839 or 5365967. OLE color: 5365967.
HSL color Cylindrical-coordinate representation of color #CFE051: hue angle of 67.13º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFE051 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 81 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.12 |
| HSL | 67.13º | 0.7% | 0.6% | - |
| HSV(B) | 67.13º | 0.64% | 0.88% | - |
| XYZ | 53.87 | 67.17 | 17.91 | - |
| YUV | 202.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 81 | 0.08 | 0 | 0.64 | 0.12 | 67.13 | 0.7 | 0.6 |
| Hex | CF | E0 | 51 | 8 | 0 | 40 | C | 43 | 46 | 3C |
| Octal | 317 | 340 | 121 | 10 | 0 | 100 | 14 | 103 | 106 | 74 |
| Binary | 11001111 | 11100000 | 1010001 | 1000 | 0 | 1000000 | 1100 | 1000011 | 1000110 | 111100 |
Color Harmonies of #CFE051
Complementary color
Monochromatic Colors of #CFE051
Black with #CFE051
Text Example
Text Example
White with #CFE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE051; }
p { color: rgb(207,224,81); }
H1.HeaderClassName
{
color: #CFE051;
}
.AnyTagClassName
{
color: #CFE051;
}
</style>
background-color css
<style>
a { background-color: #CFE051; }
a { background-color: rgb(207,224,81); }
div.DivClassName
{
background-color: #CFE051;
}
.BgClassName
{
background-color: #CFE051;
}
</style>
border-color css
<style>
span { border-color: #CFE051; }
span { border-color: rgb(207,224,81); }
td.TdClassName
{
border-color: #CFE051;
}
.TagClassName
{
border-color: #CFE051;
}
</style>