Html Css Color HEX #74B25D Mantis

📋 copy color: '#74B25D'

red 116 ◦ green 178 ◦ blue 93

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

Shades of Mantis #74B25D

Tints of Mantis #74B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

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

R = 29.97%
G = 45.99%
B = 24.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#74B25D (or 0x74B25D) is known color: Mantis. HEX triplet: 74, B2 and 5D. RGB value is (116,178,93). Sum of RGB (Red+Green+Blue) = 116+178+93=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #74B25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B25D is #8B4DA2. Grayscale: #969696. Windows color (decimal): -9129379 or 6140532. OLE color: 6140532.

HSL color Cylindrical-coordinate representation of color #74B25D: hue angle of 103.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B25D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 178 93 -
CMYK 0.35 0 0.48 0.30
HSL 103.76º 0.36% 0.53% -
HSV(B) 103.76º 0.48% 0.7% -
XYZ 25.1 36.34 16.05 -
YUV 149.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 116 178 93 0.35 0 0.48 0.30 103.76 0.36 0.53
Hex 74 B2 5D 23 0 30 1E 68 24 35
Octal 164 262 135 43 0 60 36 150 44 65
Binary 1110100 10110010 1011101 100011 0 110000 11110 1101000 100100 110101

Color Harmonies of #74B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B25D

Black with #74B25D

Text Example


Text Example

White with #74B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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