Html Css Color HEX #95DD63 Mantis

📋 copy color: '#95DD63'

red 149 ◦ green 221 ◦ blue 99

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

Shades of Mantis #95DD63

Tints of Mantis #95DD63

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 31.77%
G = 47.12%
B = 21.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#95DD63 (or 0x95DD63) is known color: Mantis. HEX triplet: 95, DD and 63. RGB value is (149,221,99). Sum of RGB (Red+Green+Blue) = 149+221+99=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD63 is #6A229C. Grayscale: #B9B9B9. Windows color (decimal): -6955677 or 6544789. OLE color: 6544789.

HSL color Cylindrical-coordinate representation of color #95DD63: hue angle of 95.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95DD63 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 99 -
CMYK 0.33 0 0.55 0.13
HSL 95.41º 0.64% 0.63% -
HSV(B) 95.41º 0.55% 0.87% -
XYZ 40.5 59 21.06 -
YUV 185.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 149 221 99 0.33 0 0.55 0.13 95.41 0.64 0.63
Hex 95 DD 63 21 0 37 D 5F 40 3F
Octal 225 335 143 41 0 67 15 137 100 77
Binary 10010101 11011101 1100011 100001 0 110111 1101 1011111 1000000 111111

Color Harmonies of #95DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD63

Black with #95DD63

Text Example


Text Example

White with #95DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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