#69DE50

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

Shades of Mantis #69DE50

Tints of Mantis #69DE50

Color information

#69DE50 (or 0x69DE50) is unknown color: approx Mantis. HEX triplet: 69, DE and 50. RGB value is (105,222,80). Sum of RGB (Red+Green+Blue) = 105+222+80=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DE50 is #9621AF. Grayscale: #ABABAB. Windows color (decimal): -9839024 or 5299817. OLE color: 5299817.

HSL color Cylindrical-coordinate representation of color #69DE50: hue angle of 109.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69DE50 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB10522280-
CMYK0.5300.640.13
HSL109.44º68.27%59.22%-
HSV(B)109.44º63.96%87.06%-
XYZ33.3955.8316.6-
YUV170.8376.7481.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 222 (87.11% from 255) = 54.55%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=25.80%
G=54.55%
B=19.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105222800.5300.640.13109.4468.2759.22
Hex69DE5035040D6d443b
Octal1513361206501001515510473
Binary110100111011110101000011010101000000110111011011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,80); }

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

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

 a { background-color: rgb(105,222,80); }

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

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

 span { border-color: rgb(105,222,80); }

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