#69DC4A

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

Shades of Mantis #69DC4A

Tints of Mantis #69DC4A

Color information

#69DC4A (or 0x69DC4A) is unknown color: approx Mantis. HEX triplet: 69, DC and 4A. RGB value is (105,220,74). Sum of RGB (Red+Green+Blue) = 105+220+74=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DC4A is #9623B5. Grayscale: #A9A9A9. Windows color (decimal): -9839542 or 4906089. OLE color: 4906089.

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

Color convert

RGB10522074-
CMYK0.5200.660.14
HSL107.26º67.59%57.65%-
HSV(B)107.26º66.36%86.27%-
XYZ32.6554.6815.31-
YUV168.9774.482.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 220 (86.33% from 255) = 55.14%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=26.32%
G=55.14%
B=18.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105220740.5200.660.14107.2667.5957.65
Hex69DC4A34042E6b443a
Octal1513341126401021615310472
Binary110100111011100100101011010001000010111011010111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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