#69D64F

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

Shades of Mantis #69D64F

Tints of Mantis #69D64F

Color information

#69D64F (or 0x69D64F) is unknown color: approx Mantis. HEX triplet: 69, D6 and 4F. RGB value is (105,214,79). Sum of RGB (Red+Green+Blue) = 105+214+79=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #69D64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D64F is #9629B0. Grayscale: #A6A6A6. Windows color (decimal): -9841073 or 5232233. OLE color: 5232233.

HSL color Cylindrical-coordinate representation of color #69D64F: hue angle of 108.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69D64F is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB10521479-
CMYK0.5100.630.16
HSL108.44º62.21%57.45%-
HSV(B)108.44º63.08%83.92%-
XYZ31.2851.6615.72-
YUV166.0278.8984.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 214 (83.98% from 255) = 53.77%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=26.38%
G=53.77%
B=19.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105214790.5100.630.16108.4462.2157.45
Hex69D64F3303F106c3e39
Octal15132611763077201547671
Binary11010011101011010011111100110111111100001101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,214,79); }

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

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

 a { background-color: rgb(105,214,79); }

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

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

 span { border-color: rgb(105,214,79); }

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