Html Css Color HEX #96FE85 Mint Green

📋 copy color: '#96FE85'

red 150 ◦ green 254 ◦ blue 133

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

Shades of Mint Green #96FE85

Tints of Mint Green #96FE85

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.3%

 BLUE value IS 133 (52.34% from 255) = 24.77%

R = 27.93%
G = 47.3%
B = 24.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#96FE85 (or 0x96FE85) is known color: Mint Green. HEX triplet: 96, FE and 85. RGB value is (150,254,133). Sum of RGB (Red+Green+Blue) = 150+254+133=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FE85 is #69017A. Grayscale: #D1D1D1. Windows color (decimal): -6881659 or 8781462. OLE color: 8781462.

HSL color Cylindrical-coordinate representation of color #96FE85: hue angle of 111.57º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96FE85 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 133 -
CMYK 0.41 0 0.48 0.00
HSL 111.57º 0.98% 0.76% -
HSV(B) 111.57º 0.48% 1% -
XYZ 52.25 79.06 34.7 -
YUV 209.11 85.04 85.84 -
System Red Green Blue C M Y K H S L
Decimal 150 254 133 0.41 0 0.48 0.00 111.57 0.98 0.76
Hex 96 FE 85 29 0 30 0 70 62 4C
Octal 226 376 205 51 0 60 0 160 142 114
Binary 10010110 11111110 10000101 101001 0 110000 0 1110000 1100010 1001100

Color Harmonies of #96FE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE85

Black with #96FE85

Text Example


Text Example

White with #96FE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,254,133); }

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

background-color css

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

 a { background-color: rgb(150,254,133); }

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

border-color css

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

 span { border-color: rgb(150,254,133); }

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