Shades of Manz #DFF14A
Tints of Manz #DFF14A
RGB
CMYK
RGB Variations
Color information
#DFF14A (or 0xDFF14A) is known color: Manz. HEX triplet: DF, F1 and 4A. RGB value is (223,241,74). Sum of RGB (Red+Green+Blue) = 223+241+74=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF14A is #200EB5. Grayscale: #D9D9D9. Windows color (decimal): -2100918 or 4911583. OLE color: 4911583.
HSL color Cylindrical-coordinate representation of color #DFF14A: hue angle of 66.47º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFF14A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 74 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.05 |
| HSL | 66.47º | 0.86% | 0.62% | - |
| HSV(B) | 66.47º | 0.69% | 0.95% | - |
| XYZ | 63.12 | 79.09 | 18.42 | - |
| YUV | 216.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 74 | 0.07 | 0 | 0.69 | 0.05 | 66.47 | 0.86 | 0.62 |
| Hex | DF | F1 | 4A | 7 | 0 | 45 | 5 | 42 | 56 | 3E |
| Octal | 337 | 361 | 112 | 7 | 0 | 105 | 5 | 102 | 126 | 76 |
| Binary | 11011111 | 11110001 | 1001010 | 111 | 0 | 1000101 | 101 | 1000010 | 1010110 | 111110 |
Color Harmonies of #DFF14A
Complementary color
Monochromatic Colors of #DFF14A
Black with #DFF14A
Text Example
Text Example
White with #DFF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF14A; }
p { color: rgb(223,241,74); }
H1.HeaderClassName
{
color: #DFF14A;
}
.AnyTagClassName
{
color: #DFF14A;
}
</style>
background-color css
<style>
a { background-color: #DFF14A; }
a { background-color: rgb(223,241,74); }
div.DivClassName
{
background-color: #DFF14A;
}
.BgClassName
{
background-color: #DFF14A;
}
</style>
border-color css
<style>
span { border-color: #DFF14A; }
span { border-color: rgb(223,241,74); }
td.TdClassName
{
border-color: #DFF14A;
}
.TagClassName
{
border-color: #DFF14A;
}
</style>