Html Css Color HEX #DFEF70 Mindaro

📋 copy color: '#DFEF70'

red 223 ◦ green 239 ◦ blue 112

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

Shades of Mindaro #DFEF70

Tints of Mindaro #DFEF70

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

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

R = 38.85%
G = 41.64%
B = 19.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DFEF70 (or 0xDFEF70) is known color: Mindaro. HEX triplet: DF, EF and 70. RGB value is (223,239,112). Sum of RGB (Red+Green+Blue) = 223+239+112=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEF70 is #20108F. Grayscale: #DCDCDC. Windows color (decimal): -2101392 or 7401439. OLE color: 7401439.

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

Color convert

RGB 223 239 112 -
CMYK 0.07 0 0.53 0.06
HSL 67.56º 0.8% 0.69% -
HSV(B) 67.56º 0.53% 0.94% -
XYZ 64.22 78.59 27.11 -
YUV 219.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 223 239 112 0.07 0 0.53 0.06 67.56 0.8 0.69
Hex DF EF 70 7 0 35 6 44 50 45
Octal 337 357 160 7 0 65 6 104 120 105
Binary 11011111 11101111 1110000 111 0 110101 110 1000100 1010000 1000101

Color Harmonies of #DFEF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEF70

Black with #DFEF70

Text Example


Text Example

White with #DFEF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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