Html Css Color HEX #95DF60 Mantis

📋 copy color: '#95DF60'

red 149 ◦ green 223 ◦ blue 96

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

Shades of Mantis #95DF60

Tints of Mantis #95DF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 31.84%
G = 47.65%
B = 20.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#95DF60 (or 0x95DF60) is known color: Mantis. HEX triplet: 95, DF and 60. RGB value is (149,223,96). Sum of RGB (Red+Green+Blue) = 149+223+96=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DF60 is #6A209F. Grayscale: #BABABA. Windows color (decimal): -6955168 or 6348693. OLE color: 6348693.

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

Color convert

RGB 149 223 96 -
CMYK 0.33 0 0.57 0.13
HSL 94.96º 0.66% 0.63% -
HSV(B) 94.96º 0.57% 0.87% -
XYZ 40.89 60.01 20.49 -
YUV 186.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 149 223 96 0.33 0 0.57 0.13 94.96 0.66 0.63
Hex 95 DF 60 21 0 39 D 5F 42 3F
Octal 225 337 140 41 0 71 15 137 102 77
Binary 10010101 11011111 1100000 100001 0 111001 1101 1011111 1000010 111111

Color Harmonies of #95DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF60

Black with #95DF60

Text Example


Text Example

White with #95DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,96); }

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

background-color css

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

 a { background-color: rgb(149,223,96); }

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

border-color css

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

 span { border-color: rgb(149,223,96); }

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