Shades of Manz #CDDB51
Tints of Manz #CDDB51
RGB
CMYK
RGB Variations
Color information
#CDDB51 (or 0xCDDB51) is known color: Manz. HEX triplet: CD, DB and 51. RGB value is (205,219,81). Sum of RGB (Red+Green+Blue) = 205+219+81=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB51 is #3224AE. Grayscale: #C7C7C7. Windows color (decimal): -3286191 or 5364685. OLE color: 5364685.
HSL color Cylindrical-coordinate representation of color #CDDB51: hue angle of 66.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDDB51 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 81 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.14 |
| HSL | 66.09º | 0.66% | 0.59% | - |
| HSV(B) | 66.09º | 0.63% | 0.86% | - |
| XYZ | 51.99 | 64.24 | 17.44 | - |
| YUV | 199.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 81 | 0.06 | 0 | 0.63 | 0.14 | 66.09 | 0.66 | 0.59 |
| Hex | CD | DB | 51 | 6 | 0 | 3F | E | 42 | 42 | 3B |
| Octal | 315 | 333 | 121 | 6 | 0 | 77 | 16 | 102 | 102 | 73 |
| Binary | 11001101 | 11011011 | 1010001 | 110 | 0 | 111111 | 1110 | 1000010 | 1000010 | 111011 |
Color Harmonies of #CDDB51
Complementary color
Monochromatic Colors of #CDDB51
Black with #CDDB51
Text Example
Text Example
White with #CDDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB51; }
p { color: rgb(205,219,81); }
H1.HeaderClassName
{
color: #CDDB51;
}
.AnyTagClassName
{
color: #CDDB51;
}
</style>
background-color css
<style>
a { background-color: #CDDB51; }
a { background-color: rgb(205,219,81); }
div.DivClassName
{
background-color: #CDDB51;
}
.BgClassName
{
background-color: #CDDB51;
}
</style>
border-color css
<style>
span { border-color: #CDDB51; }
span { border-color: rgb(205,219,81); }
td.TdClassName
{
border-color: #CDDB51;
}
.TagClassName
{
border-color: #CDDB51;
}
</style>