Html Css Color HEX #74C254 Mantis

📋 copy color: '#74C254'

red 116 ◦ green 194 ◦ blue 84

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

Shades of Mantis #74C254

Tints of Mantis #74C254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 29.44%
G = 49.24%
B = 21.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#74C254 (or 0x74C254) is known color: Mantis. HEX triplet: 74, C2 and 54. RGB value is (116,194,84). Sum of RGB (Red+Green+Blue) = 116+194+84=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #74C254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C254 is #8B3DAB. Grayscale: #9E9E9E. Windows color (decimal): -9125292 or 5554804. OLE color: 5554804.

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

Color convert

RGB 116 194 84 -
CMYK 0.40 0 0.57 0.24
HSL 102.55º 0.47% 0.55% -
HSV(B) 102.55º 0.57% 0.76% -
XYZ 28.09 42.94 15.19 -
YUV 158.14 86.16 97.94 -
System Red Green Blue C M Y K H S L
Decimal 116 194 84 0.40 0 0.57 0.24 102.55 0.47 0.55
Hex 74 C2 54 28 0 39 18 67 2F 37
Octal 164 302 124 50 0 71 30 147 57 67
Binary 1110100 11000010 1010100 101000 0 111001 11000 1100111 101111 110111

Color Harmonies of #74C254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C254

Black with #74C254

Text Example


Text Example

White with #74C254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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