Shades of Manz #CFE052
Tints of Manz #CFE052
RGB
CMYK
RGB Variations
Color information
#CFE052 (or 0xCFE052) is known color: Manz. HEX triplet: CF, E0 and 52. RGB value is (207,224,82). Sum of RGB (Red+Green+Blue) = 207+224+82=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE052 is #301FAD. Grayscale: #CBCBCB. Windows color (decimal): -3153838 or 5431503. OLE color: 5431503.
HSL color Cylindrical-coordinate representation of color #CFE052: hue angle of 67.18º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE052 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 82 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.12 |
| HSL | 67.18º | 0.7% | 0.6% | - |
| HSV(B) | 67.18º | 0.63% | 0.88% | - |
| XYZ | 53.91 | 67.19 | 18.11 | - |
| YUV | 202.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 82 | 0.08 | 0 | 0.63 | 0.12 | 67.18 | 0.7 | 0.6 |
| Hex | CF | E0 | 52 | 8 | 0 | 3F | C | 43 | 46 | 3C |
| Octal | 317 | 340 | 122 | 10 | 0 | 77 | 14 | 103 | 106 | 74 |
| Binary | 11001111 | 11100000 | 1010010 | 1000 | 0 | 111111 | 1100 | 1000011 | 1000110 | 111100 |
Color Harmonies of #CFE052
Complementary color
Monochromatic Colors of #CFE052
Black with #CFE052
Text Example
Text Example
White with #CFE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE052; }
p { color: rgb(207,224,82); }
H1.HeaderClassName
{
color: #CFE052;
}
.AnyTagClassName
{
color: #CFE052;
}
</style>
background-color css
<style>
a { background-color: #CFE052; }
a { background-color: rgb(207,224,82); }
div.DivClassName
{
background-color: #CFE052;
}
.BgClassName
{
background-color: #CFE052;
}
</style>
border-color css
<style>
span { border-color: #CFE052; }
span { border-color: rgb(207,224,82); }
td.TdClassName
{
border-color: #CFE052;
}
.TagClassName
{
border-color: #CFE052;
}
</style>