Html Css Color HEX #DDF182 Mindaro

📋 copy color: '#DDF182'

red 221 ◦ green 241 ◦ blue 130

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

Shades of Mindaro #DDF182

Tints of Mindaro #DDF182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.96%

R = 37.33%
G = 40.71%
B = 21.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DDF182 (or 0xDDF182) is known color: Mindaro. HEX triplet: DD, F1 and 82. RGB value is (221,241,130). Sum of RGB (Red+Green+Blue) = 221+241+130=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF182 is #220E7D. Grayscale: #DEDEDE. Windows color (decimal): -2231934 or 8581597. OLE color: 8581597.

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

Color convert

RGB 221 241 130 -
CMYK 0.08 0 0.46 0.05
HSL 70.81º 0.8% 0.73% -
HSV(B) 70.81º 0.46% 0.95% -
XYZ 65.3 79.89 33.1 -
YUV 222.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 221 241 130 0.08 0 0.46 0.05 70.81 0.8 0.73
Hex DD F1 82 8 0 2E 5 47 50 49
Octal 335 361 202 10 0 56 5 107 120 111
Binary 11011101 11110001 10000010 1000 0 101110 101 1000111 1010000 1001001

Color Harmonies of #DDF182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF182

Black with #DDF182

Text Example


Text Example

White with #DDF182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF182; }

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

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

background-color css

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

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

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

border-color css

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

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

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