Html Css Color HEX #DDEC70 Mindaro

📋 copy color: '#DDEC70'

red 221 ◦ green 236 ◦ blue 112

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

Shades of Mindaro #DDEC70

Tints of Mindaro #DDEC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 38.84%
G = 41.48%
B = 19.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DDEC70 (or 0xDDEC70) is known color: Mindaro. HEX triplet: DD, EC and 70. RGB value is (221,236,112). Sum of RGB (Red+Green+Blue) = 221+236+112=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC70 is #22138F. Grayscale: #D9D9D9. Windows color (decimal): -2233232 or 7400669. OLE color: 7400669.

HSL color Cylindrical-coordinate representation of color #DDEC70: hue angle of 67.26º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDEC70 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 112 -
CMYK 0.06 0 0.53 0.07
HSL 67.26º 0.77% 0.68% -
HSV(B) 67.26º 0.53% 0.93% -
XYZ 62.74 76.53 26.79 -
YUV 217.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 221 236 112 0.06 0 0.53 0.07 67.26 0.77 0.68
Hex DD EC 70 6 0 35 7 43 4D 44
Octal 335 354 160 6 0 65 7 103 115 104
Binary 11011101 11101100 1110000 110 0 110101 111 1000011 1001101 1000100

Color Harmonies of #DDEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC70

Black with #DDEC70

Text Example


Text Example

White with #DDEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC70; }

 p { color: rgb(221,236,112); }

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

background-color css

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

 a { background-color: rgb(221,236,112); }

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

border-color css

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

 span { border-color: rgb(221,236,112); }

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