Html Css Color HEX #74D65E Mantis

📋 copy color: '#74D65E'

red 116 ◦ green 214 ◦ blue 94

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

Shades of Mantis #74D65E

Tints of Mantis #74D65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 27.36%
G = 50.47%
B = 22.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#74D65E (or 0x74D65E) is known color: Mantis. HEX triplet: 74, D6 and 5E. RGB value is (116,214,94). Sum of RGB (Red+Green+Blue) = 116+214+94=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #74D65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D65E is #8B29A1. Grayscale: #ABABAB. Windows color (decimal): -9120162 or 6215284. OLE color: 6215284.

HSL color Cylindrical-coordinate representation of color #74D65E: hue angle of 109º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74D65E is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 94 -
CMYK 0.46 0 0.56 0.16
HSL 109º 0.59% 0.6% -
HSV(B) 109º 0.56% 0.84% -
XYZ 33.27 52.61 18.99 -
YUV 171.02 84.53 88.76 -
System Red Green Blue C M Y K H S L
Decimal 116 214 94 0.46 0 0.56 0.16 109 0.59 0.6
Hex 74 D6 5E 2E 0 38 10 6D 3B 3C
Octal 164 326 136 56 0 70 20 155 73 74
Binary 1110100 11010110 1011110 101110 0 111000 10000 1101101 111011 111100

Color Harmonies of #74D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D65E

Black with #74D65E

Text Example


Text Example

White with #74D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,214,94); }

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

background-color css

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

 a { background-color: rgb(116,214,94); }

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

border-color css

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

 span { border-color: rgb(116,214,94); }

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