Html Css Color HEX #DFEB80 Mindaro

📋 copy color: '#DFEB80'

red 223 ◦ green 235 ◦ blue 128

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

Shades of Mindaro #DFEB80

Tints of Mindaro #DFEB80

RGB

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

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

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

R = 38.05%
G = 40.1%
B = 21.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#DFEB80 (or 0xDFEB80) is known color: Mindaro. HEX triplet: DF, EB and 80. RGB value is (223,235,128). Sum of RGB (Red+Green+Blue) = 223+235+128=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEB80 is #20147F. Grayscale: #DBDBDB. Windows color (decimal): -2102400 or 8448991. OLE color: 8448991.

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

Color convert

RGB 223 235 128 -
CMYK 0.05 0 0.46 0.08
HSL 66.73º 0.73% 0.71% -
HSV(B) 66.73º 0.46% 0.92% -
XYZ 64.04 76.66 31.84 -
YUV 219.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 223 235 128 0.05 0 0.46 0.08 66.73 0.73 0.71
Hex DF EB 80 5 0 2E 8 43 49 47
Octal 337 353 200 5 0 56 10 103 111 107
Binary 11011111 11101011 10000000 101 0 101110 1000 1000011 1001001 1000111

Color Harmonies of #DFEB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB80

Black with #DFEB80

Text Example


Text Example

White with #DFEB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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