Html Css Color HEX #74D73F Mantis

📋 copy color: '#74D73F'

red 116 ◦ green 215 ◦ blue 63

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

Shades of Mantis #74D73F

Tints of Mantis #74D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.57%

 BLUE value IS 63 (25% from 255) = 15.99%

R = 29.44%
G = 54.57%
B = 15.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#74D73F (or 0x74D73F) is known color: Mantis. HEX triplet: 74, D7 and 3F. RGB value is (116,215,63). Sum of RGB (Red+Green+Blue) = 116+215+63=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #74D73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D73F is #8B28C0. Grayscale: #A8A8A8. Windows color (decimal): -9119937 or 4183924. OLE color: 4183924.

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

Color convert

RGB 116 215 63 -
CMYK 0.46 0 0.71 0.16
HSL 99.08º 0.66% 0.55% -
HSV(B) 99.08º 0.71% 0.84% -
XYZ 32.4 52.67 13.16 -
YUV 168.07 68.7 90.86 -
System Red Green Blue C M Y K H S L
Decimal 116 215 63 0.46 0 0.71 0.16 99.08 0.66 0.55
Hex 74 D7 3F 2E 0 47 10 63 42 37
Octal 164 327 77 56 0 107 20 143 102 67
Binary 1110100 11010111 111111 101110 0 1000111 10000 1100011 1000010 110111

Color Harmonies of #74D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D73F

Black with #74D73F

Text Example


Text Example

White with #74D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,215,63); }

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

background-color css

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

 a { background-color: rgb(116,215,63); }

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

border-color css

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

 span { border-color: rgb(116,215,63); }

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