Html Css Color HEX #95DC63 Mantis

📋 copy color: '#95DC63'

red 149 ◦ green 220 ◦ blue 99

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

Shades of Mantis #95DC63

Tints of Mantis #95DC63

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 31.84%
G = 47.01%
B = 21.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#95DC63 (or 0x95DC63) is known color: Mantis. HEX triplet: 95, DC and 63. RGB value is (149,220,99). Sum of RGB (Red+Green+Blue) = 149+220+99=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC63 is #6A239C. Grayscale: #B9B9B9. Windows color (decimal): -6955933 or 6544533. OLE color: 6544533.

HSL color Cylindrical-coordinate representation of color #95DC63: hue angle of 95.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95DC63 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 99 -
CMYK 0.32 0 0.55 0.14
HSL 95.21º 0.63% 0.63% -
HSV(B) 95.21º 0.55% 0.86% -
XYZ 40.24 58.48 20.97 -
YUV 184.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 149 220 99 0.32 0 0.55 0.14 95.21 0.63 0.63
Hex 95 DC 63 20 0 37 E 5F 3F 3F
Octal 225 334 143 40 0 67 16 137 77 77
Binary 10010101 11011100 1100011 100000 0 110111 1110 1011111 111111 111111

Color Harmonies of #95DC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC63

Black with #95DC63

Text Example


Text Example

White with #95DC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,99); }

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

background-color css

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

 a { background-color: rgb(149,220,99); }

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

border-color css

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

 span { border-color: rgb(149,220,99); }

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