Html Css Color HEX #74C25F Mantis

📋 copy color: '#74C25F'

red 116 ◦ green 194 ◦ blue 95

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

Shades of Mantis #74C25F

Tints of Mantis #74C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

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

R = 28.64%
G = 47.9%
B = 23.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#74C25F (or 0x74C25F) is known color: Mantis. HEX triplet: 74, C2 and 5F. RGB value is (116,194,95). Sum of RGB (Red+Green+Blue) = 116+194+95=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #74C25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C25F is #8B3DA0. Grayscale: #9F9F9F. Windows color (decimal): -9125281 or 6275700. OLE color: 6275700.

HSL color Cylindrical-coordinate representation of color #74C25F: hue angle of 107.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74C25F is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 95 -
CMYK 0.40 0 0.51 0.24
HSL 107.27º 0.45% 0.57% -
HSV(B) 107.27º 0.51% 0.76% -
XYZ 28.56 43.12 17.64 -
YUV 159.39 91.66 97.05 -
System Red Green Blue C M Y K H S L
Decimal 116 194 95 0.40 0 0.51 0.24 107.27 0.45 0.57
Hex 74 C2 5F 28 0 33 18 6B 2D 39
Octal 164 302 137 50 0 63 30 153 55 71
Binary 1110100 11000010 1011111 101000 0 110011 11000 1101011 101101 111001

Color Harmonies of #74C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C25F

Black with #74C25F

Text Example


Text Example

White with #74C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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