Shades of Manz #CFDE50
Tints of Manz #CFDE50
RGB
CMYK
RGB Variations
Color information
#CFDE50 (or 0xCFDE50) is known color: Manz. HEX triplet: CF, DE and 50. RGB value is (207,222,80). Sum of RGB (Red+Green+Blue) = 207+222+80=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE50 is #3021AF. Grayscale: #C9C9C9. Windows color (decimal): -3154352 or 5299919. OLE color: 5299919.
HSL color Cylindrical-coordinate representation of color #CFDE50: hue angle of 66.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFDE50 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 80 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.13 |
| HSL | 66.34º | 0.68% | 0.59% | - |
| HSV(B) | 66.34º | 0.64% | 0.87% | - |
| XYZ | 53.3 | 66.09 | 17.54 | - |
| YUV | 201.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 80 | 0.07 | 0 | 0.64 | 0.13 | 66.34 | 0.68 | 0.59 |
| Hex | CF | DE | 50 | 7 | 0 | 40 | D | 42 | 44 | 3B |
| Octal | 317 | 336 | 120 | 7 | 0 | 100 | 15 | 102 | 104 | 73 |
| Binary | 11001111 | 11011110 | 1010000 | 111 | 0 | 1000000 | 1101 | 1000010 | 1000100 | 111011 |
Color Harmonies of #CFDE50
Complementary color
Monochromatic Colors of #CFDE50
Black with #CFDE50
Text Example
Text Example
White with #CFDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE50; }
p { color: rgb(207,222,80); }
H1.HeaderClassName
{
color: #CFDE50;
}
.AnyTagClassName
{
color: #CFDE50;
}
</style>
background-color css
<style>
a { background-color: #CFDE50; }
a { background-color: rgb(207,222,80); }
div.DivClassName
{
background-color: #CFDE50;
}
.BgClassName
{
background-color: #CFDE50;
}
</style>
border-color css
<style>
span { border-color: #CFDE50; }
span { border-color: rgb(207,222,80); }
td.TdClassName
{
border-color: #CFDE50;
}
.TagClassName
{
border-color: #CFDE50;
}
</style>