Html Css Color HEX #74D842 Mantis

📋 copy color: '#74D842'

red 116 ◦ green 216 ◦ blue 66

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

Shades of Mantis #74D842

Tints of Mantis #74D842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.27%

 BLUE value IS 66 (26.17% from 255) = 16.58%

R = 29.15%
G = 54.27%
B = 16.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#74D842 (or 0x74D842) is known color: Mantis. HEX triplet: 74, D8 and 42. RGB value is (116,216,66). Sum of RGB (Red+Green+Blue) = 116+216+66=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #74D842 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D842 is #8B27BD. Grayscale: #A9A9A9. Windows color (decimal): -9119678 or 4380788. OLE color: 4380788.

HSL color Cylindrical-coordinate representation of color #74D842: hue angle of 100º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74D842 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 66 -
CMYK 0.46 0 0.69 0.15
HSL 100º 0.66% 0.55% -
HSV(B) 100º 0.69% 0.85% -
XYZ 32.74 53.22 13.7 -
YUV 169 69.87 90.2 -
System Red Green Blue C M Y K H S L
Decimal 116 216 66 0.46 0 0.69 0.15 100 0.66 0.55
Hex 74 D8 42 2E 0 45 F 64 42 37
Octal 164 330 102 56 0 105 17 144 102 67
Binary 1110100 11011000 1000010 101110 0 1000101 1111 1100100 1000010 110111

Color Harmonies of #74D842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D842

Black with #74D842

Text Example


Text Example

White with #74D842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,66); }

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

background-color css

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

 a { background-color: rgb(116,216,66); }

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

border-color css

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

 span { border-color: rgb(116,216,66); }

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