#D8EF7A

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

Shades of Mindaro #D8EF7A

Tints of Mindaro #D8EF7A

Color information

#D8EF7A (or 0xD8EF7A) is unknown color: approx Mindaro. HEX triplet: D8, EF and 7A. RGB value is (216,239,122). Sum of RGB (Red+Green+Blue) = 216+239+122=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EF7A is #271085. Grayscale: #DBDBDB. Windows color (decimal): -2560134 or 8056792. OLE color: 8056792.

HSL color Cylindrical-coordinate representation of color #D8EF7A: hue angle of 71.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8EF7A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB216239122-
CMYK0.1000.490.06
HSL71.79º78.52%70.78%-
HSV(B)71.79º48.95%93.73%-
XYZ62.777.7430.11-
YUV218.7873.38126.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 122 (48.05% from 255) = 21.14%
R=37.44%
G=41.42%
B=21.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162391220.1000.490.0671.7978.5270.78
HexD8EF7AA0316484f47
Octal330357172120616110117107
Binary1101100011101111111101010100110001110100100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EF7A; }

 p { color: rgb(216,239,122); }

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

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

 a { background-color: rgb(216,239,122); }

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

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

 span { border-color: rgb(216,239,122); }

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