Html Css Color HEX #75BD53 Mantis

📋 copy color: '#75BD53'

red 117 ◦ green 189 ◦ blue 83

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

Shades of Mantis #75BD53

Tints of Mantis #75BD53

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 30.08%
G = 48.59%
B = 21.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#75BD53 (or 0x75BD53) is known color: Mantis. HEX triplet: 75, BD and 53. RGB value is (117,189,83). Sum of RGB (Red+Green+Blue) = 117+189+83=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD53 is #8A42AC. Grayscale: #9B9B9B. Windows color (decimal): -9061037 or 5487989. OLE color: 5487989.

HSL color Cylindrical-coordinate representation of color #75BD53: hue angle of 100.75º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75BD53 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 83 -
CMYK 0.38 0 0.56 0.26
HSL 100.75º 0.45% 0.53% -
HSV(B) 100.75º 0.56% 0.74% -
XYZ 27.1 40.8 14.63 -
YUV 155.39 87.15 100.62 -
System Red Green Blue C M Y K H S L
Decimal 117 189 83 0.38 0 0.56 0.26 100.75 0.45 0.53
Hex 75 BD 53 26 0 38 1A 65 2D 35
Octal 165 275 123 46 0 70 32 145 55 65
Binary 1110101 10111101 1010011 100110 0 111000 11010 1100101 101101 110101

Color Harmonies of #75BD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD53

Black with #75BD53

Text Example


Text Example

White with #75BD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,83); }

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

background-color css

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

 a { background-color: rgb(117,189,83); }

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

border-color css

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

 span { border-color: rgb(117,189,83); }

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