#C8E164

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

Shades of Mindaro #C8E164

Tints of Mindaro #C8E164

Color information

#C8E164 (or 0xC8E164) is unknown color: approx Mindaro. HEX triplet: C8, E1 and 64. RGB value is (200,225,100). Sum of RGB (Red+Green+Blue) = 200+225+100=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E164 is #371E9B. Grayscale: #CBCBCB. Windows color (decimal): -3612316 or 6611400. OLE color: 6611400.

HSL color Cylindrical-coordinate representation of color #C8E164: hue angle of 72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8E164 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB200225100-
CMYK0.1100.560.12
HSL72º67.57%63.73%-
HSV(B)72º55.56%88.24%-
XYZ53.0467.0522.2-
YUV203.2869.72125.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=38.10%
G=42.86%
B=19.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002251000.1100.560.127267.5763.73
HexC8E164B038C484440
Octal3103411441307014110104100
Binary11001000111000011100100101101110001100100100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E164; }

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

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

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

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

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

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

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

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