Html Css Color HEX #74CF47 Mantis

📋 copy color: '#74CF47'

red 116 ◦ green 207 ◦ blue 71

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

Shades of Mantis #74CF47

Tints of Mantis #74CF47

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.54%

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 29.44%
G = 52.54%
B = 18.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#74CF47 (or 0x74CF47) is known color: Mantis. HEX triplet: 74, CF and 47. RGB value is (116,207,71). Sum of RGB (Red+Green+Blue) = 116+207+71=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF47 is #8B30B8. Grayscale: #A4A4A4. Windows color (decimal): -9121977 or 4706164. OLE color: 4706164.

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

Color convert

RGB 116 207 71 -
CMYK 0.44 0 0.66 0.19
HSL 100.15º 0.59% 0.55% -
HSV(B) 100.15º 0.66% 0.81% -
XYZ 30.65 48.79 13.76 -
YUV 164.29 75.35 93.56 -
System Red Green Blue C M Y K H S L
Decimal 116 207 71 0.44 0 0.66 0.19 100.15 0.59 0.55
Hex 74 CF 47 2C 0 42 13 64 3B 37
Octal 164 317 107 54 0 102 23 144 73 67
Binary 1110100 11001111 1000111 101100 0 1000010 10011 1100100 111011 110111

Color Harmonies of #74CF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CF47

Black with #74CF47

Text Example


Text Example

White with #74CF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,71); }

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

background-color css

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

 a { background-color: rgb(116,207,71); }

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

border-color css

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

 span { border-color: rgb(116,207,71); }

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