#D7F976

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

Shades of Mindaro #D7F976

Tints of Mindaro #D7F976

Color information

#D7F976 (or 0xD7F976) is unknown color: approx Mindaro. HEX triplet: D7, F9 and 76. RGB value is (215,249,118). Sum of RGB (Red+Green+Blue) = 215+249+118=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F976 is #280689. Grayscale: #E0E0E0. Windows color (decimal): -2623114 or 7797207. OLE color: 7797207.

HSL color Cylindrical-coordinate representation of color #D7F976: hue angle of 75.57º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7F976 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB215249118-
CMYK0.1400.530.02
HSL75.57º91.61%71.96%-
HSV(B)75.57º52.61%97.65%-
XYZ65.1783.5129.82-
YUV223.968.24121.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 118 (46.48% from 255) = 20.27%
R=36.94%
G=42.78%
B=20.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152491180.1400.530.0275.5791.6171.96
HexD7F976E03524c5c48
Octal327371166160652114134110
Binary110101111111100111101101110011010110100110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F976; }

 p { color: rgb(215,249,118); }

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

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

 a { background-color: rgb(215,249,118); }

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

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

 span { border-color: rgb(215,249,118); }

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