#D6FC6B

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

Shades of Mindaro #D6FC6B

Tints of Mindaro #D6FC6B

Color information

#D6FC6B (or 0xD6FC6B) is unknown color: approx Mindaro. HEX triplet: D6, FC and 6B. RGB value is (214,252,107). Sum of RGB (Red+Green+Blue) = 214+252+107=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC6B is #290394. Grayscale: #E0E0E0. Windows color (decimal): -2687893 or 7077078. OLE color: 7077078.

HSL color Cylindrical-coordinate representation of color #D6FC6B: hue angle of 75.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6FC6B is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB214252107-
CMYK0.1500.580.01
HSL75.72º96.03%70.39%-
HSV(B)75.72º57.54%98.82%-
XYZ65.284.9826.88-
YUV224.1161.91120.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 107 (42.19% from 255) = 18.67%
R=37.35%
G=43.98%
B=18.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142521070.1500.580.0175.7296.0370.39
HexD6FC6BF03A14c6046
Octal326374153170721114140106
Binary11010110111111001101011111101110101100110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FC6B; }

 p { color: rgb(214,252,107); }

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

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

 a { background-color: rgb(214,252,107); }

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

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

 span { border-color: rgb(214,252,107); }

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