Html Css Color HEX #DDF14A Manz

📋 copy color: '#DDF14A'

red 221 ◦ green 241 ◦ blue 74

#DDF14A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DDF14A

Tints of Manz #DDF14A

RGB

 RED value IS 221 (86.72% from 255) = 41.23%

 GREEN value IS 241 (94.53% from 255) = 44.96%

 BLUE value IS 74 (29.3% from 255) = 13.81%

R = 41.23%
G = 44.96%
B = 13.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDF14A (or 0xDDF14A) is known color: Manz. HEX triplet: DD, F1 and 4A. RGB value is (221,241,74). Sum of RGB (Red+Green+Blue) = 221+241+74=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF14A is #220EB5. Grayscale: #D8D8D8. Windows color (decimal): -2231990 or 4911581. OLE color: 4911581.

HSL color Cylindrical-coordinate representation of color #DDF14A: hue angle of 67.19º 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 #DDF14A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 74 -
CMYK 0.08 0 0.69 0.05
HSL 67.19º 0.86% 0.62% -
HSV(B) 67.19º 0.69% 0.95% -
XYZ 62.51 78.78 18.39 -
YUV 215.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 221 241 74 0.08 0 0.69 0.05 67.19 0.86 0.62
Hex DD F1 4A 8 0 45 5 43 56 3E
Octal 335 361 112 10 0 105 5 103 126 76
Binary 11011101 11110001 1001010 1000 0 1000101 101 1000011 1010110 111110

Color Harmonies of #DDF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF14A

Black with #DDF14A

Text Example


Text Example

White with #DDF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF14A; }

 p { color: rgb(221,241,74); }

 H1.HeaderClassName
 {
   color: #DDF14A;
 }
 .AnyTagClassName
 {
   color: #DDF14A;
 }
</style>

background-color css

<style>
 a { background-color: #DDF14A; }

 a { background-color: rgb(221,241,74); }

 div.DivClassName
 {
   background-color: #DDF14A;
 }
 .BgClassName
 {
   background-color: #DDF14A;
 }
</style>

border-color css

<style>
 span { border-color: #DDF14A; }

 span { border-color: rgb(221,241,74); }

 td.TdClassName
 {
   border-color: #DDF14A;
 }
 .TagClassName
 {
   border-color: #DDF14A;
 }
</style>