Html Css Color HEX #DDF482 Mindaro

📋 copy color: '#DDF482'

red 221 ◦ green 244 ◦ blue 130

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

Shades of Mindaro #DDF482

Tints of Mindaro #DDF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.01%

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

R = 37.14%
G = 41.01%
B = 21.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#DDF482 (or 0xDDF482) is known color: Mindaro. HEX triplet: DD, F4 and 82. RGB value is (221,244,130). Sum of RGB (Red+Green+Blue) = 221+244+130=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF482 is #220B7D. Grayscale: #E0E0E0. Windows color (decimal): -2231166 or 8582365. OLE color: 8582365.

HSL color Cylindrical-coordinate representation of color #DDF482: hue angle of 72.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF482 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 130 -
CMYK 0.09 0 0.47 0.04
HSL 72.11º 0.84% 0.73% -
HSV(B) 72.11º 0.47% 0.96% -
XYZ 66.2 81.69 33.4 -
YUV 224.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 221 244 130 0.09 0 0.47 0.04 72.11 0.84 0.73
Hex DD F4 82 9 0 2F 4 48 54 49
Octal 335 364 202 11 0 57 4 110 124 111
Binary 11011101 11110100 10000010 1001 0 101111 100 1001000 1010100 1001001

Color Harmonies of #DDF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF482

Black with #DDF482

Text Example


Text Example

White with #DDF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF482; }

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

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

background-color css

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

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

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

border-color css

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

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

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