Html Css Color HEX #DDF47F Mindaro

📋 copy color: '#DDF47F'

red 221 ◦ green 244 ◦ blue 127

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

Shades of Mindaro #DDF47F

Tints of Mindaro #DDF47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.45%

R = 37.33%
G = 41.22%
B = 21.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#DDF47F (or 0xDDF47F) is known color: Mindaro. HEX triplet: DD, F4 and 7F. RGB value is (221,244,127). Sum of RGB (Red+Green+Blue) = 221+244+127=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF47F is #220B80. Grayscale: #E0E0E0. Windows color (decimal): -2231169 or 8385757. OLE color: 8385757.

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

Color convert

RGB 221 244 127 -
CMYK 0.09 0 0.48 0.04
HSL 71.79º 0.84% 0.73% -
HSV(B) 71.79º 0.48% 0.96% -
XYZ 66 81.61 32.35 -
YUV 223.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 221 244 127 0.09 0 0.48 0.04 71.79 0.84 0.73
Hex DD F4 7F 9 0 30 4 48 54 49
Octal 335 364 177 11 0 60 4 110 124 111
Binary 11011101 11110100 1111111 1001 0 110000 100 1001000 1010100 1001001

Color Harmonies of #DDF47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF47F

Black with #DDF47F

Text Example


Text Example

White with #DDF47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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