Html Css Color HEX #96FA73 Light Green

📋 copy color: '#96FA73'

red 150 ◦ green 250 ◦ blue 115

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

Shades of Light Green #96FA73

Tints of Light Green #96FA73

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.54%

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 29.13%
G = 48.54%
B = 22.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#96FA73 (or 0x96FA73) is known color: Light Green. HEX triplet: 96, FA and 73. RGB value is (150,250,115). Sum of RGB (Red+Green+Blue) = 150+250+115=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA73 is #69058C. Grayscale: #CDCDCD. Windows color (decimal): -6882701 or 7600790. OLE color: 7600790.

HSL color Cylindrical-coordinate representation of color #96FA73: hue angle of 104.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96FA73 is Cyan = 0.4, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 115 -
CMYK 0.4 0 0.54 0.02
HSL 104.44º 0.93% 0.72% -
HSV(B) 104.44º 0.54% 0.98% -
XYZ 49.86 76.09 28.28 -
YUV 204.71 77.37 88.98 -
System Red Green Blue C M Y K H S L
Decimal 150 250 115 0.4 0 0.54 0.02 104.44 0.93 0.72
Hex 96 FA 73 28 0 36 2 68 5D 48
Octal 226 372 163 50 0 66 2 150 135 110
Binary 10010110 11111010 1110011 101000 0 110110 10 1101000 1011101 1001000

Color Harmonies of #96FA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA73

Black with #96FA73

Text Example


Text Example

White with #96FA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,115); }

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

background-color css

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

 a { background-color: rgb(150,250,115); }

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

border-color css

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

 span { border-color: rgb(150,250,115); }

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