Html Css Color HEX #DDEE70 Mindaro

📋 copy color: '#DDEE70'

red 221 ◦ green 238 ◦ blue 112

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

Shades of Mindaro #DDEE70

Tints of Mindaro #DDEE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

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

R = 38.7%
G = 41.68%
B = 19.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DDEE70 (or 0xDDEE70) is known color: Mindaro. HEX triplet: DD, EE and 70. RGB value is (221,238,112). Sum of RGB (Red+Green+Blue) = 221+238+112=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE70 is #22118F. Grayscale: #DBDBDB. Windows color (decimal): -2232720 or 7401181. OLE color: 7401181.

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

Color convert

RGB 221 238 112 -
CMYK 0.07 0 0.53 0.07
HSL 68.1º 0.79% 0.69% -
HSV(B) 68.1º 0.53% 0.93% -
XYZ 63.32 77.69 26.99 -
YUV 218.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 221 238 112 0.07 0 0.53 0.07 68.1 0.79 0.69
Hex DD EE 70 7 0 35 7 44 4F 45
Octal 335 356 160 7 0 65 7 104 117 105
Binary 11011101 11101110 1110000 111 0 110101 111 1000100 1001111 1000101

Color Harmonies of #DDEE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE70

Black with #DDEE70

Text Example


Text Example

White with #DDEE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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