#D6F16F

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

Shades of Mindaro #D6F16F

Tints of Mindaro #D6F16F

Color information

#D6F16F (or 0xD6F16F) is unknown color: approx Mindaro. HEX triplet: D6, F1 and 6F. RGB value is (214,241,111). Sum of RGB (Red+Green+Blue) = 214+241+111=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F16F is #290E90. Grayscale: #DADADA. Windows color (decimal): -2690705 or 7336406. OLE color: 7336406.

HSL color Cylindrical-coordinate representation of color #D6F16F: hue angle of 72.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6F16F is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB214241111-
CMYK0.1100.540.05
HSL72.46º82.28%69.02%-
HSV(B)72.46º53.94%94.51%-
XYZ62.0678.3526.89-
YUV218.1167.55125.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 111 (43.75% from 255) = 19.61%
R=37.81%
G=42.58%
B=19.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411110.1100.540.0572.4682.2869.02
HexD6F16FB0365485245
Octal326361157130665110122105
Binary1101011011110001110111110110110110101100100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F16F; }

 p { color: rgb(214,241,111); }

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

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

 a { background-color: rgb(214,241,111); }

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

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

 span { border-color: rgb(214,241,111); }

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