#69C85B

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

Shades of Mantis #69C85B

Tints of Mantis #69C85B

Color information

#69C85B (or 0x69C85B) is unknown color: approx Mantis. HEX triplet: 69, C8 and 5B. RGB value is (105,200,91). Sum of RGB (Red+Green+Blue) = 105+200+91=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #69C85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C85B is #9637A4. Grayscale: #9F9F9F. Windows color (decimal): -9844645 or 6015081. OLE color: 6015081.

HSL color Cylindrical-coordinate representation of color #69C85B: hue angle of 112.29º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C85B is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB10520091-
CMYK0.4800.540.22
HSL112.29º49.77%57.06%-
HSV(B)112.29º54.5%78.43%-
XYZ28.3745.0717.1-
YUV159.1789.5389.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 200 (78.52% from 255) = 50.51%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=26.52%
G=50.51%
B=22.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105200910.4800.540.22112.2949.7757.06
Hex69C85B3003616703239
Octal15131013360066261606271
Binary11010011100100010110111100000110110101101110000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C85B; }

 p { color: rgb(105,200,91); }

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

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

 a { background-color: rgb(105,200,91); }

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

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

 span { border-color: rgb(105,200,91); }

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