Html Css Color HEX #74C75F Mantis

📋 copy color: '#74C75F'

red 116 ◦ green 199 ◦ blue 95

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

Shades of Mantis #74C75F

Tints of Mantis #74C75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 28.29%
G = 48.54%
B = 23.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#74C75F (or 0x74C75F) is known color: Mantis. HEX triplet: 74, C7 and 5F. RGB value is (116,199,95). Sum of RGB (Red+Green+Blue) = 116+199+95=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #74C75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C75F is #8B38A0. Grayscale: #A2A2A2. Windows color (decimal): -9124001 or 6276980. OLE color: 6276980.

HSL color Cylindrical-coordinate representation of color #74C75F: hue angle of 107.88º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74C75F is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 199 95 -
CMYK 0.42 0 0.52 0.22
HSL 107.88º 0.48% 0.58% -
HSV(B) 107.88º 0.52% 0.78% -
XYZ 29.69 45.39 18.02 -
YUV 162.33 90 94.96 -
System Red Green Blue C M Y K H S L
Decimal 116 199 95 0.42 0 0.52 0.22 107.88 0.48 0.58
Hex 74 C7 5F 2A 0 34 16 6C 30 3A
Octal 164 307 137 52 0 64 26 154 60 72
Binary 1110100 11000111 1011111 101010 0 110100 10110 1101100 110000 111010

Color Harmonies of #74C75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C75F

Black with #74C75F

Text Example


Text Example

White with #74C75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,199,95); }

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

background-color css

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

 a { background-color: rgb(116,199,95); }

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

border-color css

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

 span { border-color: rgb(116,199,95); }

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