Html Css Color HEX #74CE45 Mantis

📋 copy color: '#74CE45'

red 116 ◦ green 206 ◦ blue 69

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

Shades of Mantis #74CE45

Tints of Mantis #74CE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 29.67%
G = 52.69%
B = 17.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#74CE45 (or 0x74CE45) is known color: Mantis. HEX triplet: 74, CE and 45. RGB value is (116,206,69). Sum of RGB (Red+Green+Blue) = 116+206+69=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE45 is #8B31BA. Grayscale: #A3A3A3. Windows color (decimal): -9122235 or 4574836. OLE color: 4574836.

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

Color convert

RGB 116 206 69 -
CMYK 0.44 0 0.67 0.19
HSL 99.42º 0.58% 0.54% -
HSV(B) 99.42º 0.67% 0.81% -
XYZ 30.35 48.29 13.35 -
YUV 163.47 74.68 94.14 -
System Red Green Blue C M Y K H S L
Decimal 116 206 69 0.44 0 0.67 0.19 99.42 0.58 0.54
Hex 74 CE 45 2C 0 43 13 63 3A 36
Octal 164 316 105 54 0 103 23 143 72 66
Binary 1110100 11001110 1000101 101100 0 1000011 10011 1100011 111010 110110

Color Harmonies of #74CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE45

Black with #74CE45

Text Example


Text Example

White with #74CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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