#DDF184

Color #DDF184 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DDF184

Tints of Mindaro #DDF184

Color information

#DDF184 (or 0xDDF184) is unknown color: approx 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

RGB221241132-
CMYK0.0800.450.05
HSL71.01º79.56%73.14%-
HSV(B)71.01º45.23%94.51%-
XYZ65.4479.9533.81-
YUV222.5976.87126.86-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411320.0800.450.0571.0179.5673.14
HexDDF184802D5475049
Octal335361204100555107120111
Binary11011101111100011000010010000101101101100011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>