#C6E165

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

Shades of Mindaro #C6E165

Tints of Mindaro #C6E165

Color information

#C6E165 (or 0xC6E165) is unknown color: approx Mindaro. HEX triplet: C6, E1 and 65. RGB value is (198,225,101). Sum of RGB (Red+Green+Blue) = 198+225+101=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E165 is #391E9A. Grayscale: #CBCBCB. Windows color (decimal): -3743387 or 6676934. OLE color: 6676934.

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

Color convert

RGB198225101-
CMYK0.1200.550.12
HSL73.06º67.39%63.92%-
HSV(B)73.06º55.11%88.24%-
XYZ52.5666.822.43-
YUV202.7970.55124.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=37.79%
G=42.94%
B=19.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1982251010.1200.550.1273.0667.3963.92
HexC6E165C037C494340
Octal3063411451406714111103100
Binary11000110111000011100101110001101111100100100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E165; }

 p { color: rgb(198,225,101); }

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

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

 a { background-color: rgb(198,225,101); }

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

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

 span { border-color: rgb(198,225,101); }

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