Html Css Color HEX #74CA62 Mantis

📋 copy color: '#74CA62'

red 116 ◦ green 202 ◦ blue 98

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

Shades of Mantis #74CA62

Tints of Mantis #74CA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 27.88%
G = 48.56%
B = 23.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#74CA62 (or 0x74CA62) is known color: Mantis. HEX triplet: 74, CA and 62. RGB value is (116,202,98). Sum of RGB (Red+Green+Blue) = 116+202+98=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA62 is #8B359D. Grayscale: #A4A4A4. Windows color (decimal): -9123230 or 6474356. OLE color: 6474356.

HSL color Cylindrical-coordinate representation of color #74CA62: hue angle of 109.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74CA62 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 98 -
CMYK 0.43 0 0.51 0.21
HSL 109.62º 0.5% 0.59% -
HSV(B) 109.62º 0.51% 0.79% -
XYZ 30.53 46.84 18.99 -
YUV 164.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 116 202 98 0.43 0 0.51 0.21 109.62 0.5 0.59
Hex 74 CA 62 2B 0 33 15 6E 32 3B
Octal 164 312 142 53 0 63 25 156 62 73
Binary 1110100 11001010 1100010 101011 0 110011 10101 1101110 110010 111011

Color Harmonies of #74CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA62

Black with #74CA62

Text Example


Text Example

White with #74CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,98); }

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

background-color css

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

 a { background-color: rgb(116,202,98); }

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

border-color css

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

 span { border-color: rgb(116,202,98); }

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