Html Css Color HEX #6EDC52 Mantis

📋 copy color: '#6EDC52'

red 110 ◦ green 220 ◦ blue 82

#6EDC52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #6EDC52

Tints of Mantis #6EDC52

RGB

 RED value IS 110 (43.36% from 255) = 26.7%

 GREEN value IS 220 (86.33% from 255) = 53.4%

 BLUE value IS 82 (32.42% from 255) = 19.9%

R = 26.7%
G = 53.4%
B = 19.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#6EDC52 (or 0x6EDC52) is known color: Mantis. HEX triplet: 6E, DC and 52. RGB value is (110,220,82). Sum of RGB (Red+Green+Blue) = 110+220+82=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDC52 is #9123AD. Grayscale: #ABABAB. Windows color (decimal): -9511854 or 5430382. OLE color: 5430382.

HSL color Cylindrical-coordinate representation of color #6EDC52: hue angle of 107.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6EDC52 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 82 -
CMYK 0.50 0 0.63 0.14
HSL 107.83º 0.66% 0.59% -
HSV(B) 107.83º 0.63% 0.86% -
XYZ 33.55 55.11 16.85 -
YUV 171.38 77.56 84.22 -
System Red Green Blue C M Y K H S L
Decimal 110 220 82 0.50 0 0.63 0.14 107.83 0.66 0.59
Hex 6E DC 52 32 0 3F E 6C 42 3B
Octal 156 334 122 62 0 77 16 154 102 73
Binary 1101110 11011100 1010010 110010 0 111111 1110 1101100 1000010 111011

Color Harmonies of #6EDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC52

Black with #6EDC52

Text Example


Text Example

White with #6EDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EDC52; }

 p { color: rgb(110,220,82); }

 H1.HeaderClassName
 {
   color: #6EDC52;
 }
 .AnyTagClassName
 {
   color: #6EDC52;
 }
</style>

background-color css

<style>
 a { background-color: #6EDC52; }

 a { background-color: rgb(110,220,82); }

 div.DivClassName
 {
   background-color: #6EDC52;
 }
 .BgClassName
 {
   background-color: #6EDC52;
 }
</style>

border-color css

<style>
 span { border-color: #6EDC52; }

 span { border-color: rgb(110,220,82); }

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