Html Css Color HEX #6BD74A Mantis

📋 copy color: '#6BD74A'

red 107 ◦ green 215 ◦ blue 74

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

Shades of Mantis #6BD74A

Tints of Mantis #6BD74A

RGB

 RED value IS 107 (42.19% from 255) = 27.02%

 GREEN value IS 215 (84.38% from 255) = 54.29%

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

R = 27.02%
G = 54.29%
B = 18.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#6BD74A (or 0x6BD74A) is known color: Mantis. HEX triplet: 6B, D7 and 4A. RGB value is (107,215,74). Sum of RGB (Red+Green+Blue) = 107+215+74=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD74A is #9428B5. Grayscale: #A7A7A7. Windows color (decimal): -9709750 or 4904811. OLE color: 4904811.

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

Color convert

RGB 107 215 74 -
CMYK 0.50 0 0.66 0.16
HSL 105.96º 0.64% 0.57% -
HSV(B) 105.96º 0.66% 0.84% -
XYZ 31.6 52.22 14.89 -
YUV 166.63 75.72 85.46 -
System Red Green Blue C M Y K H S L
Decimal 107 215 74 0.50 0 0.66 0.16 105.96 0.64 0.57
Hex 6B D7 4A 32 0 42 10 6A 40 39
Octal 153 327 112 62 0 102 20 152 100 71
Binary 1101011 11010111 1001010 110010 0 1000010 10000 1101010 1000000 111001

Color Harmonies of #6BD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD74A

Black with #6BD74A

Text Example


Text Example

White with #6BD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,215,74); }

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

background-color css

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

 a { background-color: rgb(107,215,74); }

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

border-color css

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

 span { border-color: rgb(107,215,74); }

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