#69D055

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

Shades of Mantis #69D055

Tints of Mantis #69D055

Color information

#69D055 (or 0x69D055) is unknown color: approx Mantis. HEX triplet: 69, D0 and 55. RGB value is (105,208,85). Sum of RGB (Red+Green+Blue) = 105+208+85=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #69D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D055 is #962FAA. Grayscale: #A3A3A3. Windows color (decimal): -9842603 or 5623913. OLE color: 5623913.

HSL color Cylindrical-coordinate representation of color #69D055: hue angle of 110.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69D055 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB10520885-
CMYK0.5000.590.18
HSL110.24º56.68%57.45%-
HSV(B)110.24º59.13%81.57%-
XYZ30.0248.7716.43-
YUV163.1883.8886.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 208 (81.64% from 255) = 52.26%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=26.38%
G=52.26%
B=21.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105208850.5000.590.18110.2456.6857.45
Hex69D0553203B126e3939
Octal15132012562073221567171
Binary11010011101000010101011100100111011100101101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,208,85); }

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

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

 a { background-color: rgb(105,208,85); }

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

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

 span { border-color: rgb(105,208,85); }

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