Html Css Color HEX #DDE46E Mindaro

📋 copy color: '#DDE46E'

red 221 ◦ green 228 ◦ blue 110

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

Shades of Mindaro #DDE46E

Tints of Mindaro #DDE46E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.79%

 BLUE value IS 110 (43.36% from 255) = 19.68%

R = 39.53%
G = 40.79%
B = 19.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#DDE46E (or 0xDDE46E) is known color: Mindaro. HEX triplet: DD, E4 and 6E. RGB value is (221,228,110). Sum of RGB (Red+Green+Blue) = 221+228+110=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE46E is #221B91. Grayscale: #D4D4D4. Windows color (decimal): -2235282 or 7267549. OLE color: 7267549.

HSL color Cylindrical-coordinate representation of color #DDE46E: hue angle of 63.56º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDE46E is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 110 -
CMYK 0.03 0 0.52 0.11
HSL 63.56º 0.69% 0.66% -
HSV(B) 63.56º 0.52% 0.89% -
XYZ 60.38 71.98 25.46 -
YUV 212.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 221 228 110 0.03 0 0.52 0.11 63.56 0.69 0.66
Hex DD E4 6E 3 0 34 B 40 45 42
Octal 335 344 156 3 0 64 13 100 105 102
Binary 11011101 11100100 1101110 11 0 110100 1011 1000000 1000101 1000010

Color Harmonies of #DDE46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE46E

Black with #DDE46E

Text Example


Text Example

White with #DDE46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE46E; }

 p { color: rgb(221,228,110); }

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

background-color css

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

 a { background-color: rgb(221,228,110); }

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

border-color css

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

 span { border-color: rgb(221,228,110); }

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