Html Css Color HEX #DFEB70 Mindaro

📋 copy color: '#DFEB70'

red 223 ◦ green 235 ◦ blue 112

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

Shades of Mindaro #DFEB70

Tints of Mindaro #DFEB70

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

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

R = 39.12%
G = 41.23%
B = 19.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#DFEB70 (or 0xDFEB70) is known color: Mindaro. HEX triplet: DF, EB and 70. RGB value is (223,235,112). Sum of RGB (Red+Green+Blue) = 223+235+112=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB70 is #20148F. Grayscale: #D9D9D9. Windows color (decimal): -2102416 or 7400415. OLE color: 7400415.

HSL color Cylindrical-coordinate representation of color #DFEB70: hue angle of 65.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFEB70 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 112 -
CMYK 0.05 0 0.52 0.08
HSL 65.85º 0.75% 0.68% -
HSV(B) 65.85º 0.52% 0.92% -
XYZ 63.06 76.27 26.73 -
YUV 217.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 223 235 112 0.05 0 0.52 0.08 65.85 0.75 0.68
Hex DF EB 70 5 0 34 8 42 4B 44
Octal 337 353 160 5 0 64 10 102 113 104
Binary 11011111 11101011 1110000 101 0 110100 1000 1000010 1001011 1000100

Color Harmonies of #DFEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB70

Black with #DFEB70

Text Example


Text Example

White with #DFEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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