Html Css Color HEX #D9EB80 Mindaro

📋 copy color: '#D9EB80'

red 217 ◦ green 235 ◦ blue 128

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

Shades of Mindaro #D9EB80

Tints of Mindaro #D9EB80

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

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

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

R = 37.41%
G = 40.52%
B = 22.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#D9EB80 (or 0xD9EB80) is known color: Mindaro. HEX triplet: D9, EB and 80. RGB value is (217,235,128). Sum of RGB (Red+Green+Blue) = 217+235+128=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EB80 is #26147F. Grayscale: #D9D9D9. Windows color (decimal): -2495616 or 8448985. OLE color: 8448985.

HSL color Cylindrical-coordinate representation of color #D9EB80: hue angle of 70.09º 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 #D9EB80 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 235 128 -
CMYK 0.08 0 0.46 0.08
HSL 70.09º 0.73% 0.71% -
HSV(B) 70.09º 0.46% 0.92% -
XYZ 62.22 75.73 31.76 -
YUV 217.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 217 235 128 0.08 0 0.46 0.08 70.09 0.73 0.71
Hex D9 EB 80 8 0 2E 8 46 49 47
Octal 331 353 200 10 0 56 10 106 111 107
Binary 11011001 11101011 10000000 1000 0 101110 1000 1000110 1001001 1000111

Color Harmonies of #D9EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EB80

Black with #D9EB80

Text Example


Text Example

White with #D9EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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