Html Css Color HEX #DDF46D Mindaro

📋 copy color: '#DDF46D'

red 221 ◦ green 244 ◦ blue 109

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

Shades of Mindaro #DDF46D

Tints of Mindaro #DDF46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.99%

R = 38.5%
G = 42.51%
B = 18.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#DDF46D (or 0xDDF46D) is known color: Mindaro. HEX triplet: DD, F4 and 6D. RGB value is (221,244,109). Sum of RGB (Red+Green+Blue) = 221+244+109=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF46D is #220B92. Grayscale: #DEDEDE. Windows color (decimal): -2231187 or 7206109. OLE color: 7206109.

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

Color convert

RGB 221 244 109 -
CMYK 0.09 0 0.55 0.04
HSL 70.22º 0.86% 0.69% -
HSV(B) 70.22º 0.55% 0.96% -
XYZ 64.93 81.18 26.71 -
YUV 221.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 221 244 109 0.09 0 0.55 0.04 70.22 0.86 0.69
Hex DD F4 6D 9 0 37 4 46 56 45
Octal 335 364 155 11 0 67 4 106 126 105
Binary 11011101 11110100 1101101 1001 0 110111 100 1000110 1010110 1000101

Color Harmonies of #DDF46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF46D

Black with #DDF46D

Text Example


Text Example

White with #DDF46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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