Html Css Color HEX #6CDC52 Mantis

📋 copy color: '#6CDC52'

red 108 ◦ green 220 ◦ blue 82

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

Shades of Mantis #6CDC52

Tints of Mantis #6CDC52

RGB

 RED value IS 108 (42.58% from 255) = 26.34%

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

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

R = 26.34%
G = 53.66%
B = 20%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#6CDC52 (or 0x6CDC52) is known color: Mantis. HEX triplet: 6C, DC and 52. RGB value is (108,220,82). Sum of RGB (Red+Green+Blue) = 108+220+82=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDC52 is #9323AD. Grayscale: #ABABAB. Windows color (decimal): -9642926 or 5430380. OLE color: 5430380.

HSL color Cylindrical-coordinate representation of color #6CDC52: hue angle of 108.7º 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 #6CDC52 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 82 -
CMYK 0.51 0 0.63 0.14
HSL 108.7º 0.66% 0.59% -
HSV(B) 108.7º 0.63% 0.86% -
XYZ 33.3 54.98 16.84 -
YUV 170.78 77.89 83.22 -
System Red Green Blue C M Y K H S L
Decimal 108 220 82 0.51 0 0.63 0.14 108.7 0.66 0.59
Hex 6C DC 52 33 0 3F E 6D 42 3B
Octal 154 334 122 63 0 77 16 155 102 73
Binary 1101100 11011100 1010010 110011 0 111111 1110 1101101 1000010 111011

Color Harmonies of #6CDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDC52

Black with #6CDC52

Text Example


Text Example

White with #6CDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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