Html Css Color HEX #DFED70 Mindaro

📋 copy color: '#DFED70'

red 223 ◦ green 237 ◦ blue 112

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

Shades of Mindaro #DFED70

Tints of Mindaro #DFED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.43%

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

R = 38.99%
G = 41.43%
B = 19.58%

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

#DFED70 (or 0xDFED70) is known color: Mindaro. HEX triplet: DF, ED and 70. RGB value is (223,237,112). Sum of RGB (Red+Green+Blue) = 223+237+112=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFED70 is #20128F. Grayscale: #DBDBDB. Windows color (decimal): -2101904 or 7400927. OLE color: 7400927.

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

Color convert

RGB 223 237 112 -
CMYK 0.06 0 0.53 0.07
HSL 66.72º 0.78% 0.68% -
HSV(B) 66.72º 0.53% 0.93% -
XYZ 63.64 77.43 26.92 -
YUV 218.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 223 237 112 0.06 0 0.53 0.07 66.72 0.78 0.68
Hex DF ED 70 6 0 35 7 43 4E 44
Octal 337 355 160 6 0 65 7 103 116 104
Binary 11011111 11101101 1110000 110 0 110101 111 1000011 1001110 1000100

Color Harmonies of #DFED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFED70

Black with #DFED70

Text Example


Text Example

White with #DFED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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