Shades of Manz #CFE050
Tints of Manz #CFE050
RGB
CMYK
RGB Variations
Color information
#CFE050 (or 0xCFE050) is known color: Manz. HEX triplet: CF, E0 and 50. RGB value is (207,224,80). Sum of RGB (Red+Green+Blue) = 207+224+80=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE050 is #301FAF. Grayscale: #CBCBCB. Windows color (decimal): -3153840 or 5300431. OLE color: 5300431.
HSL color Cylindrical-coordinate representation of color #CFE050: hue angle of 67.08º 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 #CFE050 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 80 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.12 |
| HSL | 67.08º | 0.7% | 0.6% | - |
| HSV(B) | 67.08º | 0.64% | 0.88% | - |
| XYZ | 53.84 | 67.16 | 17.71 | - |
| YUV | 202.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 80 | 0.08 | 0 | 0.64 | 0.12 | 67.08 | 0.7 | 0.6 |
| Hex | CF | E0 | 50 | 8 | 0 | 40 | C | 43 | 46 | 3C |
| Octal | 317 | 340 | 120 | 10 | 0 | 100 | 14 | 103 | 106 | 74 |
| Binary | 11001111 | 11100000 | 1010000 | 1000 | 0 | 1000000 | 1100 | 1000011 | 1000110 | 111100 |
Color Harmonies of #CFE050
Complementary color
Monochromatic Colors of #CFE050
Black with #CFE050
Text Example
Text Example
White with #CFE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE050; }
p { color: rgb(207,224,80); }
H1.HeaderClassName
{
color: #CFE050;
}
.AnyTagClassName
{
color: #CFE050;
}
</style>
background-color css
<style>
a { background-color: #CFE050; }
a { background-color: rgb(207,224,80); }
div.DivClassName
{
background-color: #CFE050;
}
.BgClassName
{
background-color: #CFE050;
}
</style>
border-color css
<style>
span { border-color: #CFE050; }
span { border-color: rgb(207,224,80); }
td.TdClassName
{
border-color: #CFE050;
}
.TagClassName
{
border-color: #CFE050;
}
</style>