Html Css Color HEX #96CF5E Mantis

📋 copy color: '#96CF5E'

red 150 ◦ green 207 ◦ blue 94

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

Shades of Mantis #96CF5E

Tints of Mantis #96CF5E

RGB

 RED value IS 150 (58.98% from 255) = 33.26%

 GREEN value IS 207 (81.25% from 255) = 45.9%

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

R = 33.26%
G = 45.9%
B = 20.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#96CF5E (or 0x96CF5E) is known color: Mantis. HEX triplet: 96, CF and 5E. RGB value is (150,207,94). Sum of RGB (Red+Green+Blue) = 150+207+94=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF5E is #6930A1. Grayscale: #B1B1B1. Windows color (decimal): -6893730 or 6213526. OLE color: 6213526.

HSL color Cylindrical-coordinate representation of color #96CF5E: hue angle of 90.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96CF5E is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 94 -
CMYK 0.28 0 0.55 0.19
HSL 90.27º 0.54% 0.59% -
HSV(B) 90.27º 0.55% 0.81% -
XYZ 36.91 51.92 18.67 -
YUV 177.08 81.12 108.69 -
System Red Green Blue C M Y K H S L
Decimal 150 207 94 0.28 0 0.55 0.19 90.27 0.54 0.59
Hex 96 CF 5E 1C 0 37 13 5A 36 3B
Octal 226 317 136 34 0 67 23 132 66 73
Binary 10010110 11001111 1011110 11100 0 110111 10011 1011010 110110 111011

Color Harmonies of #96CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF5E

Black with #96CF5E

Text Example


Text Example

White with #96CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CF5E; }

 p { color: rgb(150,207,94); }

 H1.HeaderClassName
 {
   color: #96CF5E;
 }
 .AnyTagClassName
 {
   color: #96CF5E;
 }
</style>

background-color css

<style>
 a { background-color: #96CF5E; }

 a { background-color: rgb(150,207,94); }

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

border-color css

<style>
 span { border-color: #96CF5E; }

 span { border-color: rgb(150,207,94); }

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