#C8EA65

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

Shades of Mindaro #C8EA65

Tints of Mindaro #C8EA65

Color information

#C8EA65 (or 0xC8EA65) is unknown color: approx Mindaro. HEX triplet: C8, EA and 65. RGB value is (200,234,101). Sum of RGB (Red+Green+Blue) = 200+234+101=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA65 is #37159A. Grayscale: #D1D1D1. Windows color (decimal): -3610011 or 6679240. OLE color: 6679240.

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

Color convert

RGB200234101-
CMYK0.1500.570.08
HSL75.34º76%65.69%-
HSV(B)75.34º56.84%91.76%-
XYZ55.5972.0623.29-
YUV208.6767.24121.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 234 (91.80% from 255) = 43.74%
BLUE value IS 101 (39.84% from 255) = 18.88%
R=37.38%
G=43.74%
B=18.88%

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
Decimal2002341010.1500.570.0875.347665.69
HexC8EA65F03984b4c42
Octal3103521451707110113114102
Binary11001000111010101100101111101110011000100101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EA65; }

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

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

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

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

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

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

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

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