Shades of Manz #DFF34A
Tints of Manz #DFF34A
RGB
CMYK
RGB Variations
Color information
#DFF34A (or 0xDFF34A) is known color: Manz. HEX triplet: DF, F3 and 4A. RGB value is (223,243,74). Sum of RGB (Red+Green+Blue) = 223+243+74=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF34A is #200CB5. Grayscale: #DADADA. Windows color (decimal): -2100406 or 4912095. OLE color: 4912095.
HSL color Cylindrical-coordinate representation of color #DFF34A: hue angle of 67.1º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF34A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 74 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.05 |
| HSL | 67.1º | 0.88% | 0.62% | - |
| HSV(B) | 67.1º | 0.7% | 0.95% | - |
| XYZ | 63.72 | 80.28 | 18.62 | - |
| YUV | 217.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 74 | 0.08 | 0 | 0.70 | 0.05 | 67.1 | 0.88 | 0.62 |
| Hex | DF | F3 | 4A | 8 | 0 | 46 | 5 | 43 | 58 | 3E |
| Octal | 337 | 363 | 112 | 10 | 0 | 106 | 5 | 103 | 130 | 76 |
| Binary | 11011111 | 11110011 | 1001010 | 1000 | 0 | 1000110 | 101 | 1000011 | 1011000 | 111110 |
Color Harmonies of #DFF34A
Complementary color
Monochromatic Colors of #DFF34A
Black with #DFF34A
Text Example
Text Example
White with #DFF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF34A; }
p { color: rgb(223,243,74); }
H1.HeaderClassName
{
color: #DFF34A;
}
.AnyTagClassName
{
color: #DFF34A;
}
</style>
background-color css
<style>
a { background-color: #DFF34A; }
a { background-color: rgb(223,243,74); }
div.DivClassName
{
background-color: #DFF34A;
}
.BgClassName
{
background-color: #DFF34A;
}
</style>
border-color css
<style>
span { border-color: #DFF34A; }
span { border-color: rgb(223,243,74); }
td.TdClassName
{
border-color: #DFF34A;
}
.TagClassName
{
border-color: #DFF34A;
}
</style>