#D6FF5E

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

Shades of Mindaro #D6FF5E

Tints of Mindaro #D6FF5E

Color information

#D6FF5E (or 0xD6FF5E) is unknown color: approx Mindaro. HEX triplet: D6, FF and 5E. RGB value is (214,255,94). Sum of RGB (Red+Green+Blue) = 214+255+94=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF5E is #2900A1. Grayscale: #E0E0E0. Windows color (decimal): -2687138 or 6225878. OLE color: 6225878.

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

Color convert

RGB21425594-
CMYK0.1600.630
HSL75.28º100%68.43%-
HSV(B)75.28º63.14%100%-
XYZ65.5186.6223.86-
YUV224.3954.42120.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 94 (37.11% from 255) = 16.70%
R=38.01%
G=45.29%
B=16.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214255940.1600.63075.2810068.43
HexD6FF5E1003F04b6444
Octal326377136200770113144104
Binary110101101111111110111101000001111110100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF5E; }

 p { color: rgb(214,255,94); }

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

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

 a { background-color: rgb(214,255,94); }

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

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

 span { border-color: rgb(214,255,94); }

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