Html Css Color HEX #74BF4C Mantis

📋 copy color: '#74BF4C'

red 116 ◦ green 191 ◦ blue 76

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

Shades of Mantis #74BF4C

Tints of Mantis #74BF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 30.29%
G = 49.87%
B = 19.84%

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

#74BF4C (or 0x74BF4C) is known color: Mantis. HEX triplet: 74, BF and 4C. RGB value is (116,191,76). Sum of RGB (Red+Green+Blue) = 116+191+76=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF4C is #8B40B3. Grayscale: #9B9B9B. Windows color (decimal): -9126068 or 5029748. OLE color: 5029748.

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

Color convert

RGB 116 191 76 -
CMYK 0.39 0 0.60 0.25
HSL 99.13º 0.47% 0.52% -
HSV(B) 99.13º 0.6% 0.75% -
XYZ 27.14 41.5 13.42 -
YUV 155.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 116 191 76 0.39 0 0.60 0.25 99.13 0.47 0.52
Hex 74 BF 4C 27 0 3C 19 63 2F 34
Octal 164 277 114 47 0 74 31 143 57 64
Binary 1110100 10111111 1001100 100111 0 111100 11001 1100011 101111 110100

Color Harmonies of #74BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF4C

Black with #74BF4C

Text Example


Text Example

White with #74BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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