Html Css Color HEX #DDF47A Mindaro

📋 copy color: '#DDF47A'

red 221 ◦ green 244 ◦ blue 122

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

Shades of Mindaro #DDF47A

Tints of Mindaro #DDF47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.78%

R = 37.65%
G = 41.57%
B = 20.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#DDF47A (or 0xDDF47A) is known color: Mindaro. HEX triplet: DD, F4 and 7A. RGB value is (221,244,122). Sum of RGB (Red+Green+Blue) = 221+244+122=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF47A is #220B85. Grayscale: #DFDFDF. Windows color (decimal): -2231174 or 8058077. OLE color: 8058077.

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

Color convert

RGB 221 244 122 -
CMYK 0.09 0 0.5 0.04
HSL 71.31º 0.85% 0.72% -
HSV(B) 71.31º 0.5% 0.96% -
XYZ 65.68 81.48 30.68 -
YUV 223.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 221 244 122 0.09 0 0.5 0.04 71.31 0.85 0.72
Hex DD F4 7A 9 0 32 4 47 55 48
Octal 335 364 172 11 0 62 4 107 125 110
Binary 11011101 11110100 1111010 1001 0 110010 100 1000111 1010101 1001000

Color Harmonies of #DDF47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF47A

Black with #DDF47A

Text Example


Text Example

White with #DDF47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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