Html Css Color HEX #74BF66 Mantis

📋 copy color: '#74BF66'

red 116 ◦ green 191 ◦ blue 102

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

Shades of Mantis #74BF66

Tints of Mantis #74BF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 28.36%
G = 46.7%
B = 24.94%

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

#74BF66 (or 0x74BF66) is known color: Mantis. HEX triplet: 74, BF and 66. RGB value is (116,191,102). Sum of RGB (Red+Green+Blue) = 116+191+102=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF66 is #8B4099. Grayscale: #9E9E9E. Windows color (decimal): -9126042 or 6733684. OLE color: 6733684.

HSL color Cylindrical-coordinate representation of color #74BF66: hue angle of 110.56º 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 #74BF66 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 102 -
CMYK 0.39 0 0.47 0.25
HSL 110.56º 0.41% 0.57% -
HSV(B) 110.56º 0.47% 0.75% -
XYZ 28.23 41.93 19.18 -
YUV 158.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 116 191 102 0.39 0 0.47 0.25 110.56 0.41 0.57
Hex 74 BF 66 27 0 2F 19 6F 29 39
Octal 164 277 146 47 0 57 31 157 51 71
Binary 1110100 10111111 1100110 100111 0 101111 11001 1101111 101001 111001

Color Harmonies of #74BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF66

Black with #74BF66

Text Example


Text Example

White with #74BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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