#d6f159

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

Shades of Mindaro #D6F159

Tints of Mindaro #D6F159

Color information

#D6F159 (or 0xD6F159) is unknown color: approx Mindaro. HEX triplet: D6, F1 and 59. RGB value is (214,241,89). Sum of RGB (Red+Green+Blue) = 214+241+89=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 89 (35.16% from 255 or 16.36% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F159 is #290EA6. Grayscale: #D8D8D8. Windows color (decimal): -2690727 or 5894614. OLE color: 5894614.

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

Color convert

RGB21424189-
CMYK0.1100.630.05
HSL70.66º84.44%64.71%-
HSV(B)70.66º63.07%94.51%-
XYZ60.9977.9321.28-
YUV215.656.55126.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 89 (35.16% from 255) = 16.36%
R=39.34%
G=44.30%
B=16.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214241890.1100.630.0570.6684.4464.71
HexD6F159B03F5475441
Octal326361131130775107124101
Binary1101011011110001101100110110111111101100011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6f159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6f159; }

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

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

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

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

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

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

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

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