#C6EB64

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

Shades of Mindaro #C6EB64

Tints of Mindaro #C6EB64

Color information

#C6EB64 (or 0xC6EB64) is unknown color: approx Mindaro. HEX triplet: C6, EB and 64. RGB value is (198,235,100). Sum of RGB (Red+Green+Blue) = 198+235+100=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB64 is #39149B. Grayscale: #D1D1D1. Windows color (decimal): -3740828 or 6613958. OLE color: 6613958.

HSL color Cylindrical-coordinate representation of color #C6EB64: hue angle of 76.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6EB64 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB198235100-
CMYK0.1600.570.08
HSL76.44º77.14%65.69%-
HSV(B)76.44º57.45%92.16%-
XYZ55.372.3423.11-
YUV208.5566.74120.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 235 (92.19% from 255) = 44.09%
BLUE value IS 100 (39.45% from 255) = 18.76%
R=37.15%
G=44.09%
B=18.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982351000.1600.570.0876.4477.1465.69
HexC6EB641003984c4d42
Octal3063531442007110114115102
Binary110001101110101111001001000001110011000100110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EB64; }

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

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

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

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

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

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

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

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