Html Css Color HEX #DDF184 Mindaro

📋 copy color: '#DDF184'

red 221 ◦ green 241 ◦ blue 132

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

Shades of Mindaro #DDF184

Tints of Mindaro #DDF184

RGB

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

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

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

R = 37.21%
G = 40.57%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DDF184 (or 0xDDF184) is known color: Mindaro. HEX triplet: DD, F1 and 84. RGB value is (221,241,132). Sum of RGB (Red+Green+Blue) = 221+241+132=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF184 is #220E7B. Grayscale: #DFDFDF. Windows color (decimal): -2231932 or 8712669. OLE color: 8712669.

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

Color convert

RGB 221 241 132 -
CMYK 0.08 0 0.45 0.05
HSL 71.01º 0.8% 0.73% -
HSV(B) 71.01º 0.45% 0.95% -
XYZ 65.44 79.95 33.81 -
YUV 222.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 221 241 132 0.08 0 0.45 0.05 71.01 0.8 0.73
Hex DD F1 84 8 0 2D 5 47 50 49
Octal 335 361 204 10 0 55 5 107 120 111
Binary 11011101 11110001 10000100 1000 0 101101 101 1000111 1010000 1001001

Color Harmonies of #DDF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF184

Black with #DDF184

Text Example


Text Example

White with #DDF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF184; }

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

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

background-color css

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

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

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

border-color css

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

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

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