Html Css Color HEX #6CDA4A Mantis

📋 copy color: '#6CDA4A'

red 108 ◦ green 218 ◦ blue 74

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

Shades of Mantis #6CDA4A

Tints of Mantis #6CDA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.5%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 27%
G = 54.5%
B = 18.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#6CDA4A (or 0x6CDA4A) is known color: Mantis. HEX triplet: 6C, DA and 4A. RGB value is (108,218,74). Sum of RGB (Red+Green+Blue) = 108+218+74=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDA4A is #9325B5. Grayscale: #A9A9A9. Windows color (decimal): -9643446 or 4905580. OLE color: 4905580.

HSL color Cylindrical-coordinate representation of color #6CDA4A: hue angle of 105.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CDA4A is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 218 74 -
CMYK 0.50 0 0.66 0.15
HSL 105.83º 0.66% 0.57% -
HSV(B) 105.83º 0.66% 0.85% -
XYZ 32.49 53.83 15.16 -
YUV 168.69 74.56 84.71 -
System Red Green Blue C M Y K H S L
Decimal 108 218 74 0.50 0 0.66 0.15 105.83 0.66 0.57
Hex 6C DA 4A 32 0 42 F 6A 42 39
Octal 154 332 112 62 0 102 17 152 102 71
Binary 1101100 11011010 1001010 110010 0 1000010 1111 1101010 1000010 111001

Color Harmonies of #6CDA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDA4A

Black with #6CDA4A

Text Example


Text Example

White with #6CDA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,218,74); }

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

background-color css

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

 a { background-color: rgb(108,218,74); }

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

border-color css

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

 span { border-color: rgb(108,218,74); }

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