Shades of Manz #CFDA55
Tints of Manz #CFDA55
RGB
CMYK
RGB Variations
Color information
#CFDA55 (or 0xCFDA55) is known color: Manz. HEX triplet: CF, DA and 55. RGB value is (207,218,85). Sum of RGB (Red+Green+Blue) = 207+218+85=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA55 is #3025AA. Grayscale: #C8C8C8. Windows color (decimal): -3155371 or 5626575. OLE color: 5626575.
HSL color Cylindrical-coordinate representation of color #CFDA55: hue angle of 64.96º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFDA55 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 85 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.15 |
| HSL | 64.96º | 0.64% | 0.59% | - |
| HSV(B) | 64.96º | 0.61% | 0.85% | - |
| XYZ | 52.44 | 64.06 | 18.2 | - |
| YUV | 199.55 | 63.36 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 85 | 0.05 | 0 | 0.61 | 0.15 | 64.96 | 0.64 | 0.59 |
| Hex | CF | DA | 55 | 5 | 0 | 3D | F | 41 | 40 | 3B |
| Octal | 317 | 332 | 125 | 5 | 0 | 75 | 17 | 101 | 100 | 73 |
| Binary | 11001111 | 11011010 | 1010101 | 101 | 0 | 111101 | 1111 | 1000001 | 1000000 | 111011 |
Color Harmonies of #CFDA55
Complementary color
Monochromatic Colors of #CFDA55
Black with #CFDA55
Text Example
Text Example
White with #CFDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA55; }
p { color: rgb(207,218,85); }
H1.HeaderClassName
{
color: #CFDA55;
}
.AnyTagClassName
{
color: #CFDA55;
}
</style>
background-color css
<style>
a { background-color: #CFDA55; }
a { background-color: rgb(207,218,85); }
div.DivClassName
{
background-color: #CFDA55;
}
.BgClassName
{
background-color: #CFDA55;
}
</style>
border-color css
<style>
span { border-color: #CFDA55; }
span { border-color: rgb(207,218,85); }
td.TdClassName
{
border-color: #CFDA55;
}
.TagClassName
{
border-color: #CFDA55;
}
</style>