Shades of Manz #D5E54B
Tints of Manz #D5E54B
RGB
CMYK
RGB Variations
Color information
#D5E54B (or 0xD5E54B) is known color: Manz. HEX triplet: D5, E5 and 4B. RGB value is (213,229,75). Sum of RGB (Red+Green+Blue) = 213+229+75=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E54B is #2A1AB4. Grayscale: #CFCFCF. Windows color (decimal): -2759349 or 4974037. OLE color: 4974037.
HSL color Cylindrical-coordinate representation of color #D5E54B: hue angle of 66.23º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5E54B is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 75 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.10 |
| HSL | 66.23º | 0.75% | 0.6% | - |
| HSV(B) | 66.23º | 0.67% | 0.9% | - |
| XYZ | 56.73 | 70.69 | 17.31 | - |
| YUV | 206.66 | 53.7 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 75 | 0.07 | 0 | 0.67 | 0.10 | 66.23 | 0.75 | 0.6 |
| Hex | D5 | E5 | 4B | 7 | 0 | 43 | A | 42 | 4B | 3C |
| Octal | 325 | 345 | 113 | 7 | 0 | 103 | 12 | 102 | 113 | 74 |
| Binary | 11010101 | 11100101 | 1001011 | 111 | 0 | 1000011 | 1010 | 1000010 | 1001011 | 111100 |
Color Harmonies of #D5E54B
Complementary color
Monochromatic Colors of #D5E54B
Black with #D5E54B
Text Example
Text Example
White with #D5E54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E54B; }
p { color: rgb(213,229,75); }
H1.HeaderClassName
{
color: #D5E54B;
}
.AnyTagClassName
{
color: #D5E54B;
}
</style>
background-color css
<style>
a { background-color: #D5E54B; }
a { background-color: rgb(213,229,75); }
div.DivClassName
{
background-color: #D5E54B;
}
.BgClassName
{
background-color: #D5E54B;
}
</style>
border-color css
<style>
span { border-color: #D5E54B; }
span { border-color: rgb(213,229,75); }
td.TdClassName
{
border-color: #D5E54B;
}
.TagClassName
{
border-color: #D5E54B;
}
</style>