#69DC49

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

Shades of Mantis #69DC49

Tints of Mantis #69DC49

Color information

#69DC49 (or 0x69DC49) is unknown color: approx Mantis. HEX triplet: 69, DC and 49. RGB value is (105,220,73). Sum of RGB (Red+Green+Blue) = 105+220+73=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DC49 is #9623B6. Grayscale: #A9A9A9. Windows color (decimal): -9839543 or 4840553. OLE color: 4840553.

HSL color Cylindrical-coordinate representation of color #69DC49: hue angle of 106.94º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69DC49 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10522073-
CMYK0.5200.670.14
HSL106.94º67.74%57.45%-
HSV(B)106.94º66.82%86.27%-
XYZ32.6254.6715.14-
YUV168.8673.982.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 220 (86.33% from 255) = 55.28%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=26.38%
G=55.28%
B=18.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105220730.5200.670.14106.9467.7457.45
Hex69DC4934043E6b4439
Octal1513341116401031615310471
Binary110100111011100100100111010001000011111011010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,73); }

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

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

 a { background-color: rgb(105,220,73); }

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

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

 span { border-color: rgb(105,220,73); }

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