Html Css Color HEX #74BE68 Mantis

📋 copy color: '#74BE68'

red 116 ◦ green 190 ◦ blue 104

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

Shades of Mantis #74BE68

Tints of Mantis #74BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 28.29%
G = 46.34%
B = 25.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#74BE68 (or 0x74BE68) is known color: Mantis. HEX triplet: 74, BE and 68. RGB value is (116,190,104). Sum of RGB (Red+Green+Blue) = 116+190+104=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE68 is #8B4197. Grayscale: #9E9E9E. Windows color (decimal): -9126296 or 6864500. OLE color: 6864500.

HSL color Cylindrical-coordinate representation of color #74BE68: hue angle of 111.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74BE68 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 104 -
CMYK 0.39 0 0.45 0.25
HSL 111.63º 0.4% 0.58% -
HSV(B) 111.63º 0.45% 0.75% -
XYZ 28.11 41.54 19.63 -
YUV 158.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 116 190 104 0.39 0 0.45 0.25 111.63 0.4 0.58
Hex 74 BE 68 27 0 2D 19 70 28 3A
Octal 164 276 150 47 0 55 31 160 50 72
Binary 1110100 10111110 1101000 100111 0 101101 11001 1110000 101000 111010

Color Harmonies of #74BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE68

Black with #74BE68

Text Example


Text Example

White with #74BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,104); }

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

background-color css

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

 a { background-color: rgb(116,190,104); }

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

border-color css

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

 span { border-color: rgb(116,190,104); }

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