Html Css Color HEX #95D75C Mantis

📋 copy color: '#95D75C'

red 149 ◦ green 215 ◦ blue 92

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

Shades of Mantis #95D75C

Tints of Mantis #95D75C

RGB

 RED value IS 149 (58.59% from 255) = 32.68%

 GREEN value IS 215 (84.38% from 255) = 47.15%

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

R = 32.68%
G = 47.15%
B = 20.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#95D75C (or 0x95D75C) is known color: Mantis. HEX triplet: 95, D7 and 5C. RGB value is (149,215,92). Sum of RGB (Red+Green+Blue) = 149+215+92=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #95D75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D75C is #6A28A3. Grayscale: #B5B5B5. Windows color (decimal): -6957220 or 6084501. OLE color: 6084501.

HSL color Cylindrical-coordinate representation of color #95D75C: hue angle of 92.2º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95D75C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 215 92 -
CMYK 0.31 0 0.57 0.16
HSL 92.2º 0.61% 0.6% -
HSV(B) 92.2º 0.57% 0.84% -
XYZ 38.63 55.76 18.85 -
YUV 181.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 149 215 92 0.31 0 0.57 0.16 92.2 0.61 0.6
Hex 95 D7 5C 1F 0 39 10 5C 3D 3C
Octal 225 327 134 37 0 71 20 134 75 74
Binary 10010101 11010111 1011100 11111 0 111001 10000 1011100 111101 111100

Color Harmonies of #95D75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D75C

Black with #95D75C

Text Example


Text Example

White with #95D75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95D75C; }

 p { color: rgb(149,215,92); }

 H1.HeaderClassName
 {
   color: #95D75C;
 }
 .AnyTagClassName
 {
   color: #95D75C;
 }
</style>

background-color css

<style>
 a { background-color: #95D75C; }

 a { background-color: rgb(149,215,92); }

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

border-color css

<style>
 span { border-color: #95D75C; }

 span { border-color: rgb(149,215,92); }

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