Html Css Color HEX #74CE41 Mantis

📋 copy color: '#74CE41'

red 116 ◦ green 206 ◦ blue 65

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

Shades of Mantis #74CE41

Tints of Mantis #74CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.23%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 29.97%
G = 53.23%
B = 16.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#74CE41 (or 0x74CE41) is known color: Mantis. HEX triplet: 74, CE and 41. RGB value is (116,206,65). Sum of RGB (Red+Green+Blue) = 116+206+65=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE41 is #8B31BE. Grayscale: #A3A3A3. Windows color (decimal): -9122239 or 4312692. OLE color: 4312692.

HSL color Cylindrical-coordinate representation of color #74CE41: hue angle of 98.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74CE41 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 65 -
CMYK 0.44 0 0.68 0.19
HSL 98.3º 0.59% 0.53% -
HSV(B) 98.3º 0.68% 0.81% -
XYZ 30.23 48.24 12.72 -
YUV 163.02 72.68 94.46 -
System Red Green Blue C M Y K H S L
Decimal 116 206 65 0.44 0 0.68 0.19 98.3 0.59 0.53
Hex 74 CE 41 2C 0 44 13 62 3B 35
Octal 164 316 101 54 0 104 23 142 73 65
Binary 1110100 11001110 1000001 101100 0 1000100 10011 1100010 111011 110101

Color Harmonies of #74CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE41

Black with #74CE41

Text Example


Text Example

White with #74CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,65); }

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

background-color css

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

 a { background-color: rgb(116,206,65); }

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

border-color css

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

 span { border-color: rgb(116,206,65); }

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