#D6F166

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

Shades of Mindaro #D6F166

Tints of Mindaro #D6F166

Color information

#D6F166 (or 0xD6F166) is unknown color: approx Mindaro. HEX triplet: D6, F1 and 66. RGB value is (214,241,102). Sum of RGB (Red+Green+Blue) = 214+241+102=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F166 is #290E99. Grayscale: #D9D9D9. Windows color (decimal): -2690714 or 6746582. OLE color: 6746582.

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

Color convert

RGB214241102-
CMYK0.1100.580.05
HSL71.65º83.23%67.25%-
HSV(B)71.65º57.68%94.51%-
XYZ61.5978.1724.41-
YUV217.0863.05125.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=38.42%
G=43.27%
B=18.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411020.1100.580.0571.6583.2367.25
HexD6F166B03A5485343
Octal326361146130725110123103
Binary1101011011110001110011010110111010101100100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F166; }

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

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

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

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

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

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

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

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