Html Css Color HEX #95C85C Mantis

📋 copy color: '#95C85C'

red 149 ◦ green 200 ◦ blue 92

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

Shades of Mantis #95C85C

Tints of Mantis #95C85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 33.79%
G = 45.35%
B = 20.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#95C85C (or 0x95C85C) is known color: Mantis. HEX triplet: 95, C8 and 5C. RGB value is (149,200,92). Sum of RGB (Red+Green+Blue) = 149+200+92=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #95C85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C85C is #6A37A3. Grayscale: #ACACAC. Windows color (decimal): -6961060 or 6080661. OLE color: 6080661.

HSL color Cylindrical-coordinate representation of color #95C85C: hue angle of 88.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95C85C is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 92 -
CMYK 0.26 0 0.54 0.22
HSL 88.33º 0.5% 0.57% -
HSV(B) 88.33º 0.54% 0.78% -
XYZ 34.98 48.47 17.64 -
YUV 172.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 149 200 92 0.26 0 0.54 0.22 88.33 0.5 0.57
Hex 95 C8 5C 1A 0 36 16 58 32 39
Octal 225 310 134 32 0 66 26 130 62 71
Binary 10010101 11001000 1011100 11010 0 110110 10110 1011000 110010 111001

Color Harmonies of #95C85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C85C

Black with #95C85C

Text Example


Text Example

White with #95C85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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