#D6F97A

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

Shades of Mindaro #D6F97A

Tints of Mindaro #D6F97A

Color information

#D6F97A (or 0xD6F97A) is unknown color: approx Mindaro. HEX triplet: D6, F9 and 7A. RGB value is (214,249,122). Sum of RGB (Red+Green+Blue) = 214+249+122=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F97A is #290685. Grayscale: #E0E0E0. Windows color (decimal): -2688646 or 8059350. OLE color: 8059350.

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

Color convert

RGB214249122-
CMYK0.1400.510.02
HSL76.54º91.37%72.75%-
HSV(B)76.54º51%97.65%-
XYZ65.1283.4531.09-
YUV224.0670.4120.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 122 (48.05% from 255) = 20.85%
R=36.58%
G=42.56%
B=20.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142491220.1400.510.0276.5491.3772.75
HexD6F97AE03324d5b49
Octal326371172160632115133111
Binary110101101111100111110101110011001110100110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F97A; }

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

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

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

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

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

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

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

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