Html Css Color HEX #D5E880 Mindaro

📋 copy color: '#D5E880'

red 213 ◦ green 232 ◦ blue 128

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

Shades of Mindaro #D5E880

Tints of Mindaro #D5E880

RGB

 RED value IS 213 (83.59% from 255) = 37.17%

 GREEN value IS 232 (91.02% from 255) = 40.49%

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

R = 37.17%
G = 40.49%
B = 22.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#D5E880 (or 0xD5E880) is known color: Mindaro. HEX triplet: D5, E8 and 80. RGB value is (213,232,128). Sum of RGB (Red+Green+Blue) = 213+232+128=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E880 is #2A177F. Grayscale: #D6D6D6. Windows color (decimal): -2758528 or 8448213. OLE color: 8448213.

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

Color convert

RGB 213 232 128 -
CMYK 0.08 0 0.45 0.09
HSL 70.96º 0.69% 0.71% -
HSV(B) 70.96º 0.45% 0.91% -
XYZ 60.19 73.42 31.42 -
YUV 214.46 79.21 126.96 -
System Red Green Blue C M Y K H S L
Decimal 213 232 128 0.08 0 0.45 0.09 70.96 0.69 0.71
Hex D5 E8 80 8 0 2D 9 47 45 47
Octal 325 350 200 10 0 55 11 107 105 107
Binary 11010101 11101000 10000000 1000 0 101101 1001 1000111 1000101 1000111

Color Harmonies of #D5E880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E880

Black with #D5E880

Text Example


Text Example

White with #D5E880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E880; }

 p { color: rgb(213,232,128); }

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

background-color css

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

 a { background-color: rgb(213,232,128); }

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

border-color css

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

 span { border-color: rgb(213,232,128); }

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