#D6F164

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

Shades of Mindaro #D6F164

Tints of Mindaro #D6F164

Color information

#D6F164 (or 0xD6F164) is unknown color: approx Mindaro. HEX triplet: D6, F1 and 64. RGB value is (214,241,100). Sum of RGB (Red+Green+Blue) = 214+241+100=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F164 is #290E9B. Grayscale: #D9D9D9. Windows color (decimal): -2690716 or 6615510. OLE color: 6615510.

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

Color convert

RGB214241100-
CMYK0.1100.590.05
HSL71.49º83.43%66.86%-
HSV(B)71.49º58.51%94.51%-
XYZ61.4978.1323.9-
YUV216.8562.05125.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 100 (39.45% from 255) = 18.02%
R=38.56%
G=43.42%
B=18.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411000.1100.590.0571.4983.4366.86
HexD6F164B03B5475343
Octal326361144130735107123103
Binary1101011011110001110010010110111011101100011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F164; }

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

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

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

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

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

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

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

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