Html Css Color HEX #DDF284 Mindaro

📋 copy color: '#DDF284'

red 221 ◦ green 242 ◦ blue 132

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

Shades of Mindaro #DDF284

Tints of Mindaro #DDF284

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 37.14%
G = 40.67%
B = 22.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DDF284 (or 0xDDF284) is known color: Mindaro. HEX triplet: DD, F2 and 84. RGB value is (221,242,132). Sum of RGB (Red+Green+Blue) = 221+242+132=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF284 is #220D7B. Grayscale: #DFDFDF. Windows color (decimal): -2231676 or 8712925. OLE color: 8712925.

HSL color Cylindrical-coordinate representation of color #DDF284: hue angle of 71.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF284 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 132 -
CMYK 0.09 0 0.45 0.05
HSL 71.45º 0.81% 0.73% -
HSV(B) 71.45º 0.45% 0.95% -
XYZ 65.74 80.54 33.91 -
YUV 223.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 221 242 132 0.09 0 0.45 0.05 71.45 0.81 0.73
Hex DD F2 84 9 0 2D 5 47 51 49
Octal 335 362 204 11 0 55 5 107 121 111
Binary 11011101 11110010 10000100 1001 0 101101 101 1000111 1010001 1001001

Color Harmonies of #DDF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF284

Black with #DDF284

Text Example


Text Example

White with #DDF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF284; }

 p { color: rgb(221,242,132); }

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

background-color css

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

 a { background-color: rgb(221,242,132); }

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

border-color css

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

 span { border-color: rgb(221,242,132); }

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