Html Css Color HEX #D3E480 Mindaro

📋 copy color: '#D3E480'

red 211 ◦ green 228 ◦ blue 128

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

Shades of Mindaro #D3E480

Tints of Mindaro #D3E480

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

 GREEN value IS 228 (89.45% from 255) = 40.21%

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

R = 37.21%
G = 40.21%
B = 22.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D3E480 (or 0xD3E480) is known color: Mindaro. HEX triplet: D3, E4 and 80. RGB value is (211,228,128). Sum of RGB (Red+Green+Blue) = 211+228+128=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E480 is #2C1B7F. Grayscale: #D3D3D3. Windows color (decimal): -2890624 or 8447187. OLE color: 8447187.

HSL color Cylindrical-coordinate representation of color #D3E480: hue angle of 70.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3E480 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 228 128 -
CMYK 0.07 0 0.44 0.11
HSL 70.2º 0.65% 0.7% -
HSV(B) 70.2º 0.44% 0.89% -
XYZ 58.5 70.89 31.02 -
YUV 211.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 211 228 128 0.07 0 0.44 0.11 70.2 0.65 0.7
Hex D3 E4 80 7 0 2C B 46 41 46
Octal 323 344 200 7 0 54 13 106 101 106
Binary 11010011 11100100 10000000 111 0 101100 1011 1000110 1000001 1000110

Color Harmonies of #D3E480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E480

Black with #D3E480

Text Example


Text Example

White with #D3E480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E480; }

 p { color: rgb(211,228,128); }

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

background-color css

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

 a { background-color: rgb(211,228,128); }

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

border-color css

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

 span { border-color: rgb(211,228,128); }

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