#C6E464

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

Shades of Mindaro #C6E464

Tints of Mindaro #C6E464

Color information

#C6E464 (or 0xC6E464) is unknown color: approx Mindaro. HEX triplet: C6, E4 and 64. RGB value is (198,228,100). Sum of RGB (Red+Green+Blue) = 198+228+100=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E464 is #391B9B. Grayscale: #CCCCCC. Windows color (decimal): -3742620 or 6612166. OLE color: 6612166.

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

Color convert

RGB198228100-
CMYK0.1300.560.11
HSL74.06º70.33%64.31%-
HSV(B)74.06º56.14%89.41%-
XYZ53.3368.4122.45-
YUV204.4469.06123.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 228 (89.45% from 255) = 43.35%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=37.64%
G=43.35%
B=19.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1982281000.1300.560.1174.0670.3364.31
HexC6E464D038B4a4640
Octal3063441441507013112106100
Binary11000110111001001100100110101110001011100101010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E464; }

 p { color: rgb(198,228,100); }

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

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

 a { background-color: rgb(198,228,100); }

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

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

 span { border-color: rgb(198,228,100); }

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