#D6FE5D

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

Shades of Mindaro #D6FE5D

Tints of Mindaro #D6FE5D

Color information

#D6FE5D (or 0xD6FE5D) is unknown color: approx Mindaro. HEX triplet: D6, FE and 5D. RGB value is (214,254,93). Sum of RGB (Red+Green+Blue) = 214+254+93=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE5D is #2901A2. Grayscale: #E0E0E0. Windows color (decimal): -2687395 or 6160086. OLE color: 6160086.

HSL color Cylindrical-coordinate representation of color #D6FE5D: hue angle of 74.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6FE5D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB21425493-
CMYK0.1600.630.00
HSL74.91º98.77%68.04%-
HSV(B)74.91º63.39%99.61%-
XYZ65.1585.9723.52-
YUV223.6954.25121.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 93 (36.72% from 255) = 16.58%
R=38.15%
G=45.28%
B=16.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal214254930.1600.630.0074.9198.7768.04
HexD6FE5D1003F04b6344
Octal326376135200770113143104
Binary110101101111111010111011000001111110100101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FE5D; }

 p { color: rgb(214,254,93); }

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

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

 a { background-color: rgb(214,254,93); }

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

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

 span { border-color: rgb(214,254,93); }

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