Html Css Color HEX #74BF65 Mantis

📋 copy color: '#74BF65'

red 116 ◦ green 191 ◦ blue 101

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

Shades of Mantis #74BF65

Tints of Mantis #74BF65

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 28.43%
G = 46.81%
B = 24.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#74BF65 (or 0x74BF65) is known color: Mantis. HEX triplet: 74, BF and 65. RGB value is (116,191,101). Sum of RGB (Red+Green+Blue) = 116+191+101=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF65 is #8B409A. Grayscale: #9E9E9E. Windows color (decimal): -9126043 or 6668148. OLE color: 6668148.

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

Color convert

RGB 116 191 101 -
CMYK 0.39 0 0.47 0.25
HSL 110º 0.41% 0.57% -
HSV(B) 110º 0.47% 0.75% -
XYZ 28.18 41.91 18.92 -
YUV 158.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 116 191 101 0.39 0 0.47 0.25 110 0.41 0.57
Hex 74 BF 65 27 0 2F 19 6E 29 39
Octal 164 277 145 47 0 57 31 156 51 71
Binary 1110100 10111111 1100101 100111 0 101111 11001 1101110 101001 111001

Color Harmonies of #74BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF65

Black with #74BF65

Text Example


Text Example

White with #74BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,191,101); }

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

background-color css

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

 a { background-color: rgb(116,191,101); }

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

border-color css

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

 span { border-color: rgb(116,191,101); }

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