#C6E266

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

Shades of Mindaro #C6E266

Tints of Mindaro #C6E266

Color information

#C6E266 (or 0xC6E266) is unknown color: approx Mindaro. HEX triplet: C6, E2 and 66. RGB value is (198,226,102). Sum of RGB (Red+Green+Blue) = 198+226+102=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E266 is #391D99. Grayscale: #CBCBCB. Windows color (decimal): -3743130 or 6742726. OLE color: 6742726.

HSL color Cylindrical-coordinate representation of color #C6E266: hue angle of 73.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6E266 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB198226102-
CMYK0.1200.550.11
HSL73.55º68.13%64.31%-
HSV(B)73.55º54.87%88.63%-
XYZ52.8867.3622.78-
YUV203.4970.72124.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 226 (88.67% from 255) = 42.97%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=37.64%
G=42.97%
B=19.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1982261020.1200.550.1173.5568.1364.31
HexC6E266C037B4a4440
Octal3063421461406713112104100
Binary11000110111000101100110110001101111011100101010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E266; }

 p { color: rgb(198,226,102); }

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

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

 a { background-color: rgb(198,226,102); }

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

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

 span { border-color: rgb(198,226,102); }

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