#d4e482

Color #D4E482 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D4E482

Tints of Mindaro #D4E482

Color information

#D4E482 (or 0xD4E482) is unknown color: approx Mindaro. HEX triplet: D4, E4 and 82. RGB value is (212,228,130). Sum of RGB (Red+Green+Blue) = 212+228+130=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E482 is #2B1B7D. Grayscale: #D4D4D4. Windows color (decimal): -2825086 or 8578260. OLE color: 8578260.

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

Color convert

RGB212228130-
CMYK0.0700.430.11
HSL69.8º64.47%70.2%-
HSV(B)69.8º42.98%89.41%-
XYZ58.9271.131.74-
YUV212.0481.7127.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 228 (89.45% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 22.81%
R=37.19%
G=40%
B=22.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122281300.0700.430.1169.864.4770.2
HexD4E482702BB464046
Octal324344202705313106100106
Binary11010100111001001000001011101010111011100011010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4e482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4e482; }

 p { color: rgb(212,228,130); }

 H1.HeaderClassName
 {
   color: #d4e482;
 }
 .AnyTagClassName
 {
   color: #d4e482;
 }
</style>
background-color css

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

 a { background-color: rgb(212,228,130); }

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

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

 span { border-color: rgb(212,228,130); }

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