Html Css Color HEX #75D93A Mantis

📋 copy color: '#75D93A'

red 117 ◦ green 217 ◦ blue 58

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

Shades of Mantis #75D93A

Tints of Mantis #75D93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.36%

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 29.85%
G = 55.36%
B = 14.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#75D93A (or 0x75D93A) is known color: Mantis. HEX triplet: 75, D9 and 3A. RGB value is (117,217,58). Sum of RGB (Red+Green+Blue) = 117+217+58=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #75D93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D93A is #8A26C5. Grayscale: #A9A9A9. Windows color (decimal): -9053894 or 3856757. OLE color: 3856757.

HSL color Cylindrical-coordinate representation of color #75D93A: hue angle of 97.74º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75D93A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 58 -
CMYK 0.46 0 0.73 0.15
HSL 97.74º 0.68% 0.54% -
HSV(B) 97.74º 0.73% 0.85% -
XYZ 32.91 53.71 12.64 -
YUV 168.97 65.37 90.93 -
System Red Green Blue C M Y K H S L
Decimal 117 217 58 0.46 0 0.73 0.15 97.74 0.68 0.54
Hex 75 D9 3A 2E 0 49 F 62 44 36
Octal 165 331 72 56 0 111 17 142 104 66
Binary 1110101 11011001 111010 101110 0 1001001 1111 1100010 1000100 110110

Color Harmonies of #75D93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D93A

Black with #75D93A

Text Example


Text Example

White with #75D93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,58); }

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

background-color css

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

 a { background-color: rgb(117,217,58); }

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

border-color css

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

 span { border-color: rgb(117,217,58); }

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