#C4E964

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

Shades of Mindaro #C4E964

Tints of Mindaro #C4E964

Color information

#C4E964 (or 0xC4E964) is unknown color: approx Mindaro. HEX triplet: C4, E9 and 64. RGB value is (196,233,100). Sum of RGB (Red+Green+Blue) = 196+233+100=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E964 is #3B169B. Grayscale: #CFCFCF. Windows color (decimal): -3872412 or 6613444. OLE color: 6613444.

HSL color Cylindrical-coordinate representation of color #C4E964: hue angle of 76.69º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4E964 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB196233100-
CMYK0.1600.570.09
HSL76.69º75.14%65.29%-
HSV(B)76.69º57.08%91.37%-
XYZ54.270.9322.89-
YUV206.7867.74120.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=37.05%
G=44.05%
B=18.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1962331000.1600.570.0976.6975.1465.29
HexC4E9641003994d4b41
Octal3043511442007111115113101
Binary110001001110100111001001000001110011001100110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E964; }

 p { color: rgb(196,233,100); }

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

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

 a { background-color: rgb(196,233,100); }

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

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

 span { border-color: rgb(196,233,100); }

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