#69CB5D

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

Shades of Mantis #69CB5D

Tints of Mantis #69CB5D

Color information

#69CB5D (or 0x69CB5D) is unknown color: approx Mantis. HEX triplet: 69, CB and 5D. RGB value is (105,203,93). Sum of RGB (Red+Green+Blue) = 105+203+93=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB5D is #9634A2. Grayscale: #A1A1A1. Windows color (decimal): -9843875 or 6146921. OLE color: 6146921.

HSL color Cylindrical-coordinate representation of color #69CB5D: hue angle of 113.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69CB5D is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB10520393-
CMYK0.4800.540.20
HSL113.45º51.4%58.04%-
HSV(B)113.45º54.19%79.61%-
XYZ29.1646.5117.8-
YUV161.1689.5387.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 203 (79.69% from 255) = 50.62%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=26.18%
G=50.62%
B=23.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105203930.4800.540.20113.4551.458.04
Hex69CB5D300361471333a
Octal15131313560066241616372
Binary11010011100101110111011100000110110101001110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,93); }

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

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

 a { background-color: rgb(105,203,93); }

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

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

 span { border-color: rgb(105,203,93); }

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