Html Css Color HEX #74CE44 Mantis

📋 copy color: '#74CE44'

red 116 ◦ green 206 ◦ blue 68

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

Shades of Mantis #74CE44

Tints of Mantis #74CE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 29.74%
G = 52.82%
B = 17.44%

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

#74CE44 (or 0x74CE44) is known color: Mantis. HEX triplet: 74, CE and 44. RGB value is (116,206,68). Sum of RGB (Red+Green+Blue) = 116+206+68=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE44 is #8B31BB. Grayscale: #A3A3A3. Windows color (decimal): -9122236 or 4509300. OLE color: 4509300.

HSL color Cylindrical-coordinate representation of color #74CE44: hue angle of 99.13º 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 #74CE44 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 68 -
CMYK 0.44 0 0.67 0.19
HSL 99.13º 0.58% 0.54% -
HSV(B) 99.13º 0.67% 0.81% -
XYZ 30.32 48.27 13.19 -
YUV 163.36 74.18 94.22 -
System Red Green Blue C M Y K H S L
Decimal 116 206 68 0.44 0 0.67 0.19 99.13 0.58 0.54
Hex 74 CE 44 2C 0 43 13 63 3A 36
Octal 164 316 104 54 0 103 23 143 72 66
Binary 1110100 11001110 1000100 101100 0 1000011 10011 1100011 111010 110110

Color Harmonies of #74CE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE44

Black with #74CE44

Text Example


Text Example

White with #74CE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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