#C5E366

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

Shades of Mindaro #C5E366

Tints of Mindaro #C5E366

Color information

#C5E366 (or 0xC5E366) is unknown color: approx Mindaro. HEX triplet: C5, E3 and 66. RGB value is (197,227,102). Sum of RGB (Red+Green+Blue) = 197+227+102=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E366 is #3A1C99. Grayscale: #CCCCCC. Windows color (decimal): -3808410 or 6742981. OLE color: 6742981.

HSL color Cylindrical-coordinate representation of color #C5E366: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5E366 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB197227102-
CMYK0.1300.550.11
HSL74.4º69.06%64.51%-
HSV(B)74.4º55.07%89.02%-
XYZ52.8967.7722.86-
YUV203.7870.56123.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=37.45%
G=43.16%
B=19.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972271020.1300.550.1174.469.0664.51
HexC5E366D037B4a4541
Octal3053431461506713112105101
Binary11000101111000111100110110101101111011100101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E366; }

 p { color: rgb(197,227,102); }

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

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

 a { background-color: rgb(197,227,102); }

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

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

 span { border-color: rgb(197,227,102); }

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