Html Css Color HEX #7FDB4A Mantis

📋 copy color: '#7FDB4A'

red 127 ◦ green 219 ◦ blue 74

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

Shades of Mantis #7FDB4A

Tints of Mantis #7FDB4A

RGB

 RED value IS 127 (50% from 255) = 30.24%

 GREEN value IS 219 (85.94% from 255) = 52.14%

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

R = 30.24%
G = 52.14%
B = 17.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#7FDB4A (or 0x7FDB4A) is known color: Mantis. HEX triplet: 7F, DB and 4A. RGB value is (127,219,74). Sum of RGB (Red+Green+Blue) = 127+219+74=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDB4A is #8024B5. Grayscale: #AFAFAF. Windows color (decimal): -8398006 or 4905855. OLE color: 4905855.

HSL color Cylindrical-coordinate representation of color #7FDB4A: hue angle of 98.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FDB4A is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 219 74 -
CMYK 0.42 0 0.66 0.14
HSL 98.07º 0.67% 0.57% -
HSV(B) 98.07º 0.66% 0.86% -
XYZ 35.32 55.67 15.36 -
YUV 174.96 71.02 93.79 -
System Red Green Blue C M Y K H S L
Decimal 127 219 74 0.42 0 0.66 0.14 98.07 0.67 0.57
Hex 7F DB 4A 2A 0 42 E 62 43 39
Octal 177 333 112 52 0 102 16 142 103 71
Binary 1111111 11011011 1001010 101010 0 1000010 1110 1100010 1000011 111001

Color Harmonies of #7FDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDB4A

Black with #7FDB4A

Text Example


Text Example

White with #7FDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FDB4A; }

 p { color: rgb(127,219,74); }

 H1.HeaderClassName
 {
   color: #7FDB4A;
 }
 .AnyTagClassName
 {
   color: #7FDB4A;
 }
</style>

background-color css

<style>
 a { background-color: #7FDB4A; }

 a { background-color: rgb(127,219,74); }

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

border-color css

<style>
 span { border-color: #7FDB4A; }

 span { border-color: rgb(127,219,74); }

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