Html Css Color HEX #75BD5C Mantis

📋 copy color: '#75BD5C'

red 117 ◦ green 189 ◦ blue 92

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

Shades of Mantis #75BD5C

Tints of Mantis #75BD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 29.4%
G = 47.49%
B = 23.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#75BD5C (or 0x75BD5C) is known color: Mantis. HEX triplet: 75, BD and 5C. RGB value is (117,189,92). Sum of RGB (Red+Green+Blue) = 117+189+92=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD5C is #8A42A3. Grayscale: #9C9C9C. Windows color (decimal): -9061028 or 6077813. OLE color: 6077813.

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

Color convert

RGB 117 189 92 -
CMYK 0.38 0 0.51 0.26
HSL 104.54º 0.42% 0.55% -
HSV(B) 104.54º 0.51% 0.74% -
XYZ 27.47 40.95 16.58 -
YUV 156.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 117 189 92 0.38 0 0.51 0.26 104.54 0.42 0.55
Hex 75 BD 5C 26 0 33 1A 69 2A 37
Octal 165 275 134 46 0 63 32 151 52 67
Binary 1110101 10111101 1011100 100110 0 110011 11010 1101001 101010 110111

Color Harmonies of #75BD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD5C

Black with #75BD5C

Text Example


Text Example

White with #75BD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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