Html Css Color HEX #DFEE70 Mindaro

📋 copy color: '#DFEE70'

red 223 ◦ green 238 ◦ blue 112

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

Shades of Mindaro #DFEE70

Tints of Mindaro #DFEE70

RGB

 RED value IS 223 (87.5% from 255) = 38.92%

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

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

R = 38.92%
G = 41.54%
B = 19.55%

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

#DFEE70 (or 0xDFEE70) is known color: Mindaro. HEX triplet: DF, EE and 70. RGB value is (223,238,112). Sum of RGB (Red+Green+Blue) = 223+238+112=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEE70 is #20118F. Grayscale: #DBDBDB. Windows color (decimal): -2101648 or 7401183. OLE color: 7401183.

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

Color convert

RGB 223 238 112 -
CMYK 0.06 0 0.53 0.07
HSL 67.14º 0.79% 0.69% -
HSV(B) 67.14º 0.53% 0.93% -
XYZ 63.93 78.01 27.02 -
YUV 219.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 223 238 112 0.06 0 0.53 0.07 67.14 0.79 0.69
Hex DF EE 70 6 0 35 7 43 4F 45
Octal 337 356 160 6 0 65 7 103 117 105
Binary 11011111 11101110 1110000 110 0 110101 111 1000011 1001111 1000101

Color Harmonies of #DFEE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEE70

Black with #DFEE70

Text Example


Text Example

White with #DFEE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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