Html Css Color HEX #DFEA80 Mindaro

📋 copy color: '#DFEA80'

red 223 ◦ green 234 ◦ blue 128

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

Shades of Mindaro #DFEA80

Tints of Mindaro #DFEA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

 BLUE value IS 128 (50.39% from 255) = 21.88%

R = 38.12%
G = 40%
B = 21.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DFEA80 (or 0xDFEA80) is known color: Mindaro. HEX triplet: DF, EA and 80. RGB value is (223,234,128). Sum of RGB (Red+Green+Blue) = 223+234+128=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEA80 is #20157F. Grayscale: #DBDBDB. Windows color (decimal): -2102656 or 8448735. OLE color: 8448735.

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

Color convert

RGB 223 234 128 -
CMYK 0.05 0 0.45 0.08
HSL 66.23º 0.72% 0.71% -
HSV(B) 66.23º 0.45% 0.92% -
XYZ 63.75 76.09 31.75 -
YUV 218.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 223 234 128 0.05 0 0.45 0.08 66.23 0.72 0.71
Hex DF EA 80 5 0 2D 8 42 48 47
Octal 337 352 200 5 0 55 10 102 110 107
Binary 11011111 11101010 10000000 101 0 101101 1000 1000010 1001000 1000111

Color Harmonies of #DFEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEA80

Black with #DFEA80

Text Example


Text Example

White with #DFEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEA80; }

 p { color: rgb(223,234,128); }

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

background-color css

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

 a { background-color: rgb(223,234,128); }

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

border-color css

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

 span { border-color: rgb(223,234,128); }

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