Html Css Color HEX #74CC4C Mantis

📋 copy color: '#74CC4C'

red 116 ◦ green 204 ◦ blue 76

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

Shades of Mantis #74CC4C

Tints of Mantis #74CC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.52%

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 29.29%
G = 51.52%
B = 19.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#74CC4C (or 0x74CC4C) is known color: Mantis. HEX triplet: 74, CC and 4C. RGB value is (116,204,76). Sum of RGB (Red+Green+Blue) = 116+204+76=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC4C is #8B33B3. Grayscale: #A3A3A3. Windows color (decimal): -9122740 or 5033076. OLE color: 5033076.

HSL color Cylindrical-coordinate representation of color #74CC4C: hue angle of 101.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74CC4C is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 76 -
CMYK 0.43 0 0.63 0.2
HSL 101.25º 0.56% 0.55% -
HSV(B) 101.25º 0.63% 0.8% -
XYZ 30.1 47.42 14.4 -
YUV 163.1 78.85 94.41 -
System Red Green Blue C M Y K H S L
Decimal 116 204 76 0.43 0 0.63 0.2 101.25 0.56 0.55
Hex 74 CC 4C 2B 0 3F 14 65 38 37
Octal 164 314 114 53 0 77 24 145 70 67
Binary 1110100 11001100 1001100 101011 0 111111 10100 1100101 111000 110111

Color Harmonies of #74CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC4C

Black with #74CC4C

Text Example


Text Example

White with #74CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,204,76); }

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

background-color css

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

 a { background-color: rgb(116,204,76); }

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

border-color css

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

 span { border-color: rgb(116,204,76); }

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