Shades of Manz #D5E44A
Tints of Manz #D5E44A
RGB
CMYK
RGB Variations
Color information
#D5E44A (or 0xD5E44A) is known color: Manz. HEX triplet: D5, E4 and 4A. RGB value is (213,228,74). Sum of RGB (Red+Green+Blue) = 213+228+74=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E44A is #2A1BB5. Grayscale: #CECECE. Windows color (decimal): -2759606 or 4908245. OLE color: 4908245.
HSL color Cylindrical-coordinate representation of color #D5E44A: hue angle of 65.84º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5E44A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 74 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.11 |
| HSL | 65.84º | 0.74% | 0.59% | - |
| HSV(B) | 65.84º | 0.68% | 0.89% | - |
| XYZ | 56.42 | 70.13 | 17.04 | - |
| YUV | 205.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 74 | 0.07 | 0 | 0.68 | 0.11 | 65.84 | 0.74 | 0.59 |
| Hex | D5 | E4 | 4A | 7 | 0 | 44 | B | 42 | 4A | 3B |
| Octal | 325 | 344 | 112 | 7 | 0 | 104 | 13 | 102 | 112 | 73 |
| Binary | 11010101 | 11100100 | 1001010 | 111 | 0 | 1000100 | 1011 | 1000010 | 1001010 | 111011 |
Color Harmonies of #D5E44A
Complementary color
Monochromatic Colors of #D5E44A
Black with #D5E44A
Text Example
Text Example
White with #D5E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E44A; }
p { color: rgb(213,228,74); }
H1.HeaderClassName
{
color: #D5E44A;
}
.AnyTagClassName
{
color: #D5E44A;
}
</style>
background-color css
<style>
a { background-color: #D5E44A; }
a { background-color: rgb(213,228,74); }
div.DivClassName
{
background-color: #D5E44A;
}
.BgClassName
{
background-color: #D5E44A;
}
</style>
border-color css
<style>
span { border-color: #D5E44A; }
span { border-color: rgb(213,228,74); }
td.TdClassName
{
border-color: #D5E44A;
}
.TagClassName
{
border-color: #D5E44A;
}
</style>