Html Css Color HEX #DEEE70 Mindaro

📋 copy color: '#DEEE70'

red 222 ◦ green 238 ◦ blue 112

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

Shades of Mindaro #DEEE70

Tints of Mindaro #DEEE70

RGB

 RED value IS 222 (87.11% from 255) = 38.81%

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

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

R = 38.81%
G = 41.61%
B = 19.58%

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

#DEEE70 (or 0xDEEE70) is known color: Mindaro. HEX triplet: DE, EE and 70. RGB value is (222,238,112). Sum of RGB (Red+Green+Blue) = 222+238+112=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE70 is #21118F. Grayscale: #DBDBDB. Windows color (decimal): -2167184 or 7401182. OLE color: 7401182.

HSL color Cylindrical-coordinate representation of color #DEEE70: hue angle of 67.62º 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 #DEEE70 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 112 -
CMYK 0.07 0 0.53 0.07
HSL 67.62º 0.79% 0.69% -
HSV(B) 67.62º 0.53% 0.93% -
XYZ 63.62 77.85 27 -
YUV 218.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 222 238 112 0.07 0 0.53 0.07 67.62 0.79 0.69
Hex DE EE 70 7 0 35 7 44 4F 45
Octal 336 356 160 7 0 65 7 104 117 105
Binary 11011110 11101110 1110000 111 0 110101 111 1000100 1001111 1000101

Color Harmonies of #DEEE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE70

Black with #DEEE70

Text Example


Text Example

White with #DEEE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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