Html Css Color HEX #74DE3C Mantis

📋 copy color: '#74DE3C'

red 116 ◦ green 222 ◦ blue 60

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

Shades of Mantis #74DE3C

Tints of Mantis #74DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.78%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 29.15%
G = 55.78%
B = 15.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#74DE3C (or 0x74DE3C) is known color: Mantis. HEX triplet: 74, DE and 3C. RGB value is (116,222,60). Sum of RGB (Red+Green+Blue) = 116+222+60=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE3C is #8B21C3. Grayscale: #ACACAC. Windows color (decimal): -9118148 or 3989108. OLE color: 3989108.

HSL color Cylindrical-coordinate representation of color #74DE3C: hue angle of 99.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74DE3C is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 222 60 -
CMYK 0.48 0 0.73 0.13
HSL 99.26º 0.71% 0.55% -
HSV(B) 99.26º 0.73% 0.87% -
XYZ 34.14 56.28 13.34 -
YUV 171.84 64.88 88.17 -
System Red Green Blue C M Y K H S L
Decimal 116 222 60 0.48 0 0.73 0.13 99.26 0.71 0.55
Hex 74 DE 3C 30 0 49 D 63 47 37
Octal 164 336 74 60 0 111 15 143 107 67
Binary 1110100 11011110 111100 110000 0 1001001 1101 1100011 1000111 110111

Color Harmonies of #74DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE3C

Black with #74DE3C

Text Example


Text Example

White with #74DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,222,60); }

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

background-color css

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

 a { background-color: rgb(116,222,60); }

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

border-color css

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

 span { border-color: rgb(116,222,60); }

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