#69CB5C

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

Shades of Mantis #69CB5C

Tints of Mantis #69CB5C

Color information

#69CB5C (or 0x69CB5C) is unknown color: approx Mantis. HEX triplet: 69, CB and 5C. RGB value is (105,203,92). Sum of RGB (Red+Green+Blue) = 105+203+92=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB5C is #9634A3. Grayscale: #A1A1A1. Windows color (decimal): -9843876 or 6081385. OLE color: 6081385.

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

Color convert

RGB10520392-
CMYK0.4800.550.20
HSL112.97º51.63%57.84%-
HSV(B)112.97º54.68%79.61%-
XYZ29.1146.4917.56-
YUV161.0489.0388.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 203 (79.69% from 255) = 50.75%
BLUE value IS 92 (36.33% from 255) = 23%
R=26.25%
G=50.75%
B=23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105203920.4800.550.20112.9751.6357.84
Hex69CB5C300371471343a
Octal15131313460067241616472
Binary11010011100101110111001100000110111101001110001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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