#D6F976

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

Shades of Mindaro #D6F976

Tints of Mindaro #D6F976

Color information

#D6F976 (or 0xD6F976) is unknown color: approx Mindaro. HEX triplet: D6, F9 and 76. RGB value is (214,249,118). Sum of RGB (Red+Green+Blue) = 214+249+118=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F976 is #290689. Grayscale: #E0E0E0. Windows color (decimal): -2688650 or 7797206. OLE color: 7797206.

HSL color Cylindrical-coordinate representation of color #D6F976: hue angle of 76.03º 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 #D6F976 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB214249118-
CMYK0.1400.530.02
HSL76.03º91.61%71.96%-
HSV(B)76.03º52.61%97.65%-
XYZ64.8883.3629.81-
YUV223.668.4121.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.83%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 118 (46.48% from 255) = 20.31%
R=36.83%
G=42.86%
B=20.31%

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
Decimal2142491180.1400.530.0276.0391.6171.96
HexD6F976E03524c5c48
Octal326371166160652114134110
Binary110101101111100111101101110011010110100110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F976; }

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

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

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

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

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

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

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

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