Html Css Color HEX #95D35E Mantis

📋 copy color: '#95D35E'

red 149 ◦ green 211 ◦ blue 94

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

Shades of Mantis #95D35E

Tints of Mantis #95D35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 32.82%
G = 46.48%
B = 20.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#95D35E (or 0x95D35E) is known color: Mantis. HEX triplet: 95, D3 and 5E. RGB value is (149,211,94). Sum of RGB (Red+Green+Blue) = 149+211+94=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #95D35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D35E is #6A2CA1. Grayscale: #B3B3B3. Windows color (decimal): -6958242 or 6214549. OLE color: 6214549.

HSL color Cylindrical-coordinate representation of color #95D35E: hue angle of 91.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95D35E is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 94 -
CMYK 0.29 0 0.55 0.17
HSL 91.79º 0.57% 0.6% -
HSV(B) 91.79º 0.55% 0.83% -
XYZ 37.71 53.79 18.98 -
YUV 179.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 149 211 94 0.29 0 0.55 0.17 91.79 0.57 0.6
Hex 95 D3 5E 1D 0 37 11 5C 39 3C
Octal 225 323 136 35 0 67 21 134 71 74
Binary 10010101 11010011 1011110 11101 0 110111 10001 1011100 111001 111100

Color Harmonies of #95D35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D35E

Black with #95D35E

Text Example


Text Example

White with #95D35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,94); }

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

background-color css

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

 a { background-color: rgb(149,211,94); }

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

border-color css

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

 span { border-color: rgb(149,211,94); }

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