Html Css Color HEX #93C75F Mantis

📋 copy color: '#93C75F'

red 147 ◦ green 199 ◦ blue 95

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

Shades of Mantis #93C75F

Tints of Mantis #93C75F

RGB

 RED value IS 147 (57.81% from 255) = 33.33%

 GREEN value IS 199 (78.13% from 255) = 45.12%

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 33.33%
G = 45.12%
B = 21.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#93C75F (or 0x93C75F) is known color: Mantis. HEX triplet: 93, C7 and 5F. RGB value is (147,199,95). Sum of RGB (Red+Green+Blue) = 147+199+95=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #93C75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C75F is #6C38A0. Grayscale: #ABABAB. Windows color (decimal): -7092385 or 6277011. OLE color: 6277011.

HSL color Cylindrical-coordinate representation of color #93C75F: hue angle of 90º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93C75F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 199 95 -
CMYK 0.26 0 0.52 0.22
HSL 90º 0.48% 0.58% -
HSV(B) 90º 0.52% 0.78% -
XYZ 34.52 47.88 18.25 -
YUV 171.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 147 199 95 0.26 0 0.52 0.22 90 0.48 0.58
Hex 93 C7 5F 1A 0 34 16 5A 30 3A
Octal 223 307 137 32 0 64 26 132 60 72
Binary 10010011 11000111 1011111 11010 0 110100 10110 1011010 110000 111010

Color Harmonies of #93C75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C75F

Black with #93C75F

Text Example


Text Example

White with #93C75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C75F; }

 p { color: rgb(147,199,95); }

 H1.HeaderClassName
 {
   color: #93C75F;
 }
 .AnyTagClassName
 {
   color: #93C75F;
 }
</style>

background-color css

<style>
 a { background-color: #93C75F; }

 a { background-color: rgb(147,199,95); }

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

border-color css

<style>
 span { border-color: #93C75F; }

 span { border-color: rgb(147,199,95); }

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