#C5EB64

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

Shades of Mindaro #C5EB64

Tints of Mindaro #C5EB64

Color information

#C5EB64 (or 0xC5EB64) is unknown color: approx Mindaro. HEX triplet: C5, EB and 64. RGB value is (197,235,100). Sum of RGB (Red+Green+Blue) = 197+235+100=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EB64 is #3A149B. Grayscale: #D0D0D0. Windows color (decimal): -3806364 or 6613957. OLE color: 6613957.

HSL color Cylindrical-coordinate representation of color #C5EB64: hue angle of 76.89º 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 #C5EB64 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB197235100-
CMYK0.1600.570.08
HSL76.89º77.14%65.69%-
HSV(B)76.89º57.45%92.16%-
XYZ55.0372.2123.09-
YUV208.2566.91119.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 100 (39.45% from 255) = 18.80%
R=37.03%
G=44.17%
B=18.80%

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
Decimal1972351000.1600.570.0876.8977.1465.69
HexC5EB641003984d4d42
Octal3053531442007110115115102
Binary110001011110101111001001000001110011000100110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EB64; }

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

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

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

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

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

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

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

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