Html Css Color HEX #74CD5D Mantis

📋 copy color: '#74CD5D'

red 116 ◦ green 205 ◦ blue 93

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

Shades of Mantis #74CD5D

Tints of Mantis #74CD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.52%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 28.02%
G = 49.52%
B = 22.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#74CD5D (or 0x74CD5D) is known color: Mantis. HEX triplet: 74, CD and 5D. RGB value is (116,205,93). Sum of RGB (Red+Green+Blue) = 116+205+93=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CD5D is #8B32A2. Grayscale: #A5A5A5. Windows color (decimal): -9122467 or 6147444. OLE color: 6147444.

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

Color convert

RGB 116 205 93 -
CMYK 0.43 0 0.55 0.20
HSL 107.68º 0.53% 0.58% -
HSV(B) 107.68º 0.55% 0.8% -
XYZ 31.01 48.17 18.02 -
YUV 165.62 87.01 92.61 -
System Red Green Blue C M Y K H S L
Decimal 116 205 93 0.43 0 0.55 0.20 107.68 0.53 0.58
Hex 74 CD 5D 2B 0 37 14 6C 35 3A
Octal 164 315 135 53 0 67 24 154 65 72
Binary 1110100 11001101 1011101 101011 0 110111 10100 1101100 110101 111010

Color Harmonies of #74CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD5D

Black with #74CD5D

Text Example


Text Example

White with #74CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,93); }

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

background-color css

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

 a { background-color: rgb(116,205,93); }

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

border-color css

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

 span { border-color: rgb(116,205,93); }

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