#C8EA64

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

Shades of Mindaro #C8EA64

Tints of Mindaro #C8EA64

Color information

#C8EA64 (or 0xC8EA64) is unknown color: approx Mindaro. HEX triplet: C8, EA and 64. RGB value is (200,234,100). Sum of RGB (Red+Green+Blue) = 200+234+100=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA64 is #37159B. Grayscale: #D1D1D1. Windows color (decimal): -3610012 or 6613704. OLE color: 6613704.

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

Color convert

RGB200234100-
CMYK0.1500.570.08
HSL75.22º76.14%65.49%-
HSV(B)75.22º57.26%91.76%-
XYZ55.5472.0523.04-
YUV208.5666.74121.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 234 (91.80% from 255) = 43.82%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=37.45%
G=43.82%
B=18.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002341000.1500.570.0875.2276.1465.49
HexC8EA64F03984b4c41
Octal3103521441707110113114101
Binary11001000111010101100100111101110011000100101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EA64; }

 p { color: rgb(200,234,100); }

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

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

 a { background-color: rgb(200,234,100); }

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

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

 span { border-color: rgb(200,234,100); }

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