Html Css Color HEX #74BF4D Mantis

📋 copy color: '#74BF4D'

red 116 ◦ green 191 ◦ blue 77

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

Shades of Mantis #74BF4D

Tints of Mantis #74BF4D

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 191 (75% from 255) = 49.74%

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 30.21%
G = 49.74%
B = 20.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#74BF4D (or 0x74BF4D) is known color: Mantis. HEX triplet: 74, BF and 4D. RGB value is (116,191,77). Sum of RGB (Red+Green+Blue) = 116+191+77=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF4D is #8B40B2. Grayscale: #9B9B9B. Windows color (decimal): -9126067 or 5095284. OLE color: 5095284.

HSL color Cylindrical-coordinate representation of color #74BF4D: hue angle of 99.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74BF4D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 77 -
CMYK 0.39 0 0.60 0.25
HSL 99.47º 0.47% 0.53% -
HSV(B) 99.47º 0.6% 0.75% -
XYZ 27.17 41.51 13.6 -
YUV 155.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 116 191 77 0.39 0 0.60 0.25 99.47 0.47 0.53
Hex 74 BF 4D 27 0 3C 19 63 2F 35
Octal 164 277 115 47 0 74 31 143 57 65
Binary 1110100 10111111 1001101 100111 0 111100 11001 1100011 101111 110101

Color Harmonies of #74BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF4D

Black with #74BF4D

Text Example


Text Example

White with #74BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BF4D; }

 p { color: rgb(116,191,77); }

 H1.HeaderClassName
 {
   color: #74BF4D;
 }
 .AnyTagClassName
 {
   color: #74BF4D;
 }
</style>

background-color css

<style>
 a { background-color: #74BF4D; }

 a { background-color: rgb(116,191,77); }

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

border-color css

<style>
 span { border-color: #74BF4D; }

 span { border-color: rgb(116,191,77); }

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