Html Css Color HEX #95D85C Mantis

📋 copy color: '#95D85C'

red 149 ◦ green 216 ◦ blue 92

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

Shades of Mantis #95D85C

Tints of Mantis #95D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 32.6%
G = 47.26%
B = 20.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#95D85C (or 0x95D85C) is known color: Mantis. HEX triplet: 95, D8 and 5C. RGB value is (149,216,92). Sum of RGB (Red+Green+Blue) = 149+216+92=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #95D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D85C is #6A27A3. Grayscale: #B6B6B6. Windows color (decimal): -6956964 or 6084757. OLE color: 6084757.

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

Color convert

RGB 149 216 92 -
CMYK 0.31 0 0.57 0.15
HSL 92.42º 0.61% 0.6% -
HSV(B) 92.42º 0.57% 0.85% -
XYZ 38.88 56.27 18.94 -
YUV 181.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 149 216 92 0.31 0 0.57 0.15 92.42 0.61 0.6
Hex 95 D8 5C 1F 0 39 F 5C 3D 3C
Octal 225 330 134 37 0 71 17 134 75 74
Binary 10010101 11011000 1011100 11111 0 111001 1111 1011100 111101 111100

Color Harmonies of #95D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D85C

Black with #95D85C

Text Example


Text Example

White with #95D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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