Html Css Color HEX #74CE4F Mantis

📋 copy color: '#74CE4F'

red 116 ◦ green 206 ◦ blue 79

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

Shades of Mantis #74CE4F

Tints of Mantis #74CE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 28.93%
G = 51.37%
B = 19.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#74CE4F (or 0x74CE4F) is known color: Mantis. HEX triplet: 74, CE and 4F. RGB value is (116,206,79). Sum of RGB (Red+Green+Blue) = 116+206+79=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE4F is #8B31B0. Grayscale: #A5A5A5. Windows color (decimal): -9122225 or 5230196. OLE color: 5230196.

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

Color convert

RGB 116 206 79 -
CMYK 0.44 0 0.62 0.19
HSL 102.52º 0.56% 0.56% -
HSV(B) 102.52º 0.62% 0.81% -
XYZ 30.69 48.42 15.13 -
YUV 164.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 116 206 79 0.44 0 0.62 0.19 102.52 0.56 0.56
Hex 74 CE 4F 2C 0 3E 13 67 38 38
Octal 164 316 117 54 0 76 23 147 70 70
Binary 1110100 11001110 1001111 101100 0 111110 10011 1100111 111000 111000

Color Harmonies of #74CE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE4F

Black with #74CE4F

Text Example


Text Example

White with #74CE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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