Html Css Color HEX #6FD74A Mantis

📋 copy color: '#6FD74A'

red 111 ◦ green 215 ◦ blue 74

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

Shades of Mantis #6FD74A

Tints of Mantis #6FD74A

RGB

 RED value IS 111 (43.75% from 255) = 27.75%

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

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

R = 27.75%
G = 53.75%
B = 18.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#6FD74A (or 0x6FD74A) is known color: Mantis. HEX triplet: 6F, D7 and 4A. RGB value is (111,215,74). Sum of RGB (Red+Green+Blue) = 111+215+74=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD74A is #9028B5. Grayscale: #A8A8A8. Windows color (decimal): -9447606 or 4904815. OLE color: 4904815.

HSL color Cylindrical-coordinate representation of color #6FD74A: hue angle of 104.26º 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 #6FD74A is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 215 74 -
CMYK 0.48 0 0.66 0.16
HSL 104.26º 0.64% 0.57% -
HSV(B) 104.26º 0.66% 0.84% -
XYZ 32.09 52.47 14.92 -
YUV 167.83 75.04 87.46 -
System Red Green Blue C M Y K H S L
Decimal 111 215 74 0.48 0 0.66 0.16 104.26 0.64 0.57
Hex 6F D7 4A 30 0 42 10 68 40 39
Octal 157 327 112 60 0 102 20 150 100 71
Binary 1101111 11010111 1001010 110000 0 1000010 10000 1101000 1000000 111001

Color Harmonies of #6FD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD74A

Black with #6FD74A

Text Example


Text Example

White with #6FD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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