Html Css Color HEX #75BF4D Mantis

📋 copy color: '#75BF4D'

red 117 ◦ green 191 ◦ blue 77

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

Shades of Mantis #75BF4D

Tints of Mantis #75BF4D

RGB

 RED value IS 117 (46.09% from 255) = 30.39%

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

 BLUE value IS 77 (30.47% from 255) = 20%

R = 30.39%
G = 49.61%
B = 20%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#75BF4D (or 0x75BF4D) is known color: Mantis. HEX triplet: 75, BF and 4D. RGB value is (117,191,77). Sum of RGB (Red+Green+Blue) = 117+191+77=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF4D is #8A40B2. Grayscale: #9C9C9C. Windows color (decimal): -9060531 or 5095285. OLE color: 5095285.

HSL color Cylindrical-coordinate representation of color #75BF4D: hue angle of 98.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75BF4D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 77 -
CMYK 0.39 0 0.60 0.25
HSL 98.95º 0.47% 0.53% -
HSV(B) 98.95º 0.6% 0.75% -
XYZ 27.31 41.58 13.61 -
YUV 155.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 117 191 77 0.39 0 0.60 0.25 98.95 0.47 0.53
Hex 75 BF 4D 27 0 3C 19 63 2F 35
Octal 165 277 115 47 0 74 31 143 57 65
Binary 1110101 10111111 1001101 100111 0 111100 11001 1100011 101111 110101

Color Harmonies of #75BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF4D

Black with #75BF4D

Text Example


Text Example

White with #75BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BF4D; }

 p { color: rgb(117,191,77); }

 H1.HeaderClassName
 {
   color: #75BF4D;
 }
 .AnyTagClassName
 {
   color: #75BF4D;
 }
</style>

background-color css

<style>
 a { background-color: #75BF4D; }

 a { background-color: rgb(117,191,77); }

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

border-color css

<style>
 span { border-color: #75BF4D; }

 span { border-color: rgb(117,191,77); }

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