Shades of Manz #D5E44B
Tints of Manz #D5E44B
RGB
CMYK
RGB Variations
Color information
#D5E44B (or 0xD5E44B) is known color: Manz. HEX triplet: D5, E4 and 4B. RGB value is (213,228,75). Sum of RGB (Red+Green+Blue) = 213+228+75=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E44B is #2A1BB4. Grayscale: #CECECE. Windows color (decimal): -2759605 or 4973781. OLE color: 4973781.
HSL color Cylindrical-coordinate representation of color #D5E44B: hue angle of 65.88º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5E44B is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 75 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.11 |
| HSL | 65.88º | 0.74% | 0.59% | - |
| HSV(B) | 65.88º | 0.67% | 0.89% | - |
| XYZ | 56.45 | 70.14 | 17.22 | - |
| YUV | 206.07 | 54.03 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 75 | 0.07 | 0 | 0.67 | 0.11 | 65.88 | 0.74 | 0.59 |
| Hex | D5 | E4 | 4B | 7 | 0 | 43 | B | 42 | 4A | 3B |
| Octal | 325 | 344 | 113 | 7 | 0 | 103 | 13 | 102 | 112 | 73 |
| Binary | 11010101 | 11100100 | 1001011 | 111 | 0 | 1000011 | 1011 | 1000010 | 1001010 | 111011 |
Color Harmonies of #D5E44B
Complementary color
Monochromatic Colors of #D5E44B
Black with #D5E44B
Text Example
Text Example
White with #D5E44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E44B; }
p { color: rgb(213,228,75); }
H1.HeaderClassName
{
color: #D5E44B;
}
.AnyTagClassName
{
color: #D5E44B;
}
</style>
background-color css
<style>
a { background-color: #D5E44B; }
a { background-color: rgb(213,228,75); }
div.DivClassName
{
background-color: #D5E44B;
}
.BgClassName
{
background-color: #D5E44B;
}
</style>
border-color css
<style>
span { border-color: #D5E44B; }
span { border-color: rgb(213,228,75); }
td.TdClassName
{
border-color: #D5E44B;
}
.TagClassName
{
border-color: #D5E44B;
}
</style>