Html Css Color HEX #6CCC5F Mantis

📋 copy color: '#6CCC5F'

red 108 ◦ green 204 ◦ blue 95

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

Shades of Mantis #6CCC5F

Tints of Mantis #6CCC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.12%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 26.54%
G = 50.12%
B = 23.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#6CCC5F (or 0x6CCC5F) is known color: Mantis. HEX triplet: 6C, CC and 5F. RGB value is (108,204,95). Sum of RGB (Red+Green+Blue) = 108+204+95=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC5F is #9333A0. Grayscale: #A3A3A3. Windows color (decimal): -9647009 or 6278252. OLE color: 6278252.

HSL color Cylindrical-coordinate representation of color #6CCC5F: hue angle of 112.84º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CCC5F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 95 -
CMYK 0.47 0 0.53 0.2
HSL 112.84º 0.52% 0.59% -
HSV(B) 112.84º 0.53% 0.8% -
XYZ 29.84 47.2 18.36 -
YUV 162.87 89.7 88.86 -
System Red Green Blue C M Y K H S L
Decimal 108 204 95 0.47 0 0.53 0.2 112.84 0.52 0.59
Hex 6C CC 5F 2F 0 35 14 71 34 3B
Octal 154 314 137 57 0 65 24 161 64 73
Binary 1101100 11001100 1011111 101111 0 110101 10100 1110001 110100 111011

Color Harmonies of #6CCC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCC5F

Black with #6CCC5F

Text Example


Text Example

White with #6CCC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,95); }

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

background-color css

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

 a { background-color: rgb(108,204,95); }

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

border-color css

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

 span { border-color: rgb(108,204,95); }

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