#D7E76B

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

Shades of Mindaro #D7E76B

Tints of Mindaro #D7E76B

Color information

#D7E76B (or 0xD7E76B) is unknown color: approx Mindaro. HEX triplet: D7, E7 and 6B. RGB value is (215,231,107). Sum of RGB (Red+Green+Blue) = 215+231+107=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E76B is #281894. Grayscale: #D4D4D4. Windows color (decimal): -2627733 or 7071703. OLE color: 7071703.

HSL color Cylindrical-coordinate representation of color #D7E76B: hue angle of 67.74º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7E76B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB215231107-
CMYK0.0700.540.09
HSL67.74º72.09%66.27%-
HSV(B)67.74º53.68%90.59%-
XYZ59.2572.6624.81-
YUV212.0868.7130.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 231 (90.62% from 255) = 41.77%
BLUE value IS 107 (42.19% from 255) = 19.35%
R=38.88%
G=41.77%
B=19.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311070.0700.540.0967.7472.0966.27
HexD7E76B70369444842
Octal327347153706611104110102
Binary1101011111100111110101111101101101001100010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E76B; }

 p { color: rgb(215,231,107); }

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

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

 a { background-color: rgb(215,231,107); }

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

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

 span { border-color: rgb(215,231,107); }

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