Html Css Color HEX #DDF084 Mindaro

📋 copy color: '#DDF084'

red 221 ◦ green 240 ◦ blue 132

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

Shades of Mindaro #DDF084

Tints of Mindaro #DDF084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.47%

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

R = 37.27%
G = 40.47%
B = 22.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DDF084 (or 0xDDF084) is known color: Mindaro. HEX triplet: DD, F0 and 84. RGB value is (221,240,132). Sum of RGB (Red+Green+Blue) = 221+240+132=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF084 is #220F7B. Grayscale: #DEDEDE. Windows color (decimal): -2232188 or 8712413. OLE color: 8712413.

HSL color Cylindrical-coordinate representation of color #DDF084: hue angle of 70.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF084 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 132 -
CMYK 0.08 0 0.45 0.06
HSL 70.56º 0.78% 0.73% -
HSV(B) 70.56º 0.45% 0.94% -
XYZ 65.14 79.36 33.71 -
YUV 222.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 221 240 132 0.08 0 0.45 0.06 70.56 0.78 0.73
Hex DD F0 84 8 0 2D 6 47 4E 49
Octal 335 360 204 10 0 55 6 107 116 111
Binary 11011101 11110000 10000100 1000 0 101101 110 1000111 1001110 1001001

Color Harmonies of #DDF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF084

Black with #DDF084

Text Example


Text Example

White with #DDF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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