#D7EF7A

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

Shades of Mindaro #D7EF7A

Tints of Mindaro #D7EF7A

Color information

#D7EF7A (or 0xD7EF7A) is unknown color: approx Mindaro. HEX triplet: D7, EF and 7A. RGB value is (215,239,122). Sum of RGB (Red+Green+Blue) = 215+239+122=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EF7A is #281085. Grayscale: #DADADA. Windows color (decimal): -2625670 or 8056791. OLE color: 8056791.

HSL color Cylindrical-coordinate representation of color #D7EF7A: hue angle of 72.31º 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 #D7EF7A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB215239122-
CMYK0.1000.490.06
HSL72.31º78.52%70.78%-
HSV(B)72.31º48.95%93.73%-
XYZ62.477.5930.1-
YUV218.4973.55125.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 122 (48.05% from 255) = 21.18%
R=37.33%
G=41.49%
B=21.18%

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
Decimal2152391220.1000.490.0672.3178.5270.78
HexD7EF7AA0316484f47
Octal327357172120616110117107
Binary1101011111101111111101010100110001110100100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EF7A; }

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

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

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

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

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

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

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

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