Html Css Color HEX #96FE24 Green Yellow

📋 copy color: '#96FE24'

red 150 ◦ green 254 ◦ blue 36

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

Shades of Green Yellow #96FE24

Tints of Green Yellow #96FE24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.18%

R = 34.09%
G = 57.73%
B = 8.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#96FE24 (or 0x96FE24) is known color: Green Yellow. HEX triplet: 96, FE and 24. RGB value is (150,254,36). Sum of RGB (Red+Green+Blue) = 150+254+36=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FE24 is #6901DB. Grayscale: #C6C6C6. Windows color (decimal): -6881756 or 2424470. OLE color: 2424470.

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

Color convert

RGB 150 254 36 -
CMYK 0.41 0 0.86 0.00
HSL 88.62º 0.99% 0.57% -
HSV(B) 88.62º 0.86% 1% -
XYZ 48.34 77.5 14.08 -
YUV 198.05 36.54 93.73 -
System Red Green Blue C M Y K H S L
Decimal 150 254 36 0.41 0 0.86 0.00 88.62 0.99 0.57
Hex 96 FE 24 29 0 56 0 59 63 39
Octal 226 376 44 51 0 126 0 131 143 71
Binary 10010110 11111110 100100 101001 0 1010110 0 1011001 1100011 111001

Color Harmonies of #96FE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE24

Black with #96FE24

Text Example


Text Example

White with #96FE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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