Html Css Color HEX #96FF49 Green Yellow

📋 copy color: '#96FF49'

red 150 ◦ green 255 ◦ blue 73

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

Shades of Green Yellow #96FF49

Tints of Green Yellow #96FF49

RGB

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

 GREEN value IS 255 (100% from 255) = 53.35%

 BLUE value IS 73 (28.91% from 255) = 15.27%

R = 31.38%
G = 53.35%
B = 15.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#96FF49 (or 0x96FF49) is known color: Green Yellow. HEX triplet: 96, FF and 49. RGB value is (150,255,73). Sum of RGB (Red+Green+Blue) = 150+255+73=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF49 is #6900B6. Grayscale: #CBCBCB. Windows color (decimal): -6881463 or 4849558. OLE color: 4849558.

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

Color convert

RGB 150 255 73 -
CMYK 0.41 0 0.71 0
HSL 94.62º 1% 0.64% -
HSV(B) 94.62º 0.71% 1% -
XYZ 49.54 78.49 18.84 -
YUV 202.86 54.71 90.3 -
System Red Green Blue C M Y K H S L
Decimal 150 255 73 0.41 0 0.71 0 94.62 1 0.64
Hex 96 FF 49 29 0 47 0 5F 64 40
Octal 226 377 111 51 0 107 0 137 144 100
Binary 10010110 11111111 1001001 101001 0 1000111 0 1011111 1100100 1000000

Color Harmonies of #96FF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF49

Black with #96FF49

Text Example


Text Example

White with #96FF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,73); }

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

background-color css

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

 a { background-color: rgb(150,255,73); }

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

border-color css

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

 span { border-color: rgb(150,255,73); }

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