Html Css Color HEX #96FE41 Green Yellow

📋 copy color: '#96FE41'

red 150 ◦ green 254 ◦ blue 65

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

Shades of Green Yellow #96FE41

Tints of Green Yellow #96FE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.86%

R = 31.98%
G = 54.16%
B = 13.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#96FE41 (or 0x96FE41) is known color: Green Yellow. HEX triplet: 96, FE and 41. RGB value is (150,254,65). Sum of RGB (Red+Green+Blue) = 150+254+65=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FE41 is #6901BE. Grayscale: #CACACA. Windows color (decimal): -6881727 or 4325014. OLE color: 4325014.

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

Color convert

RGB 150 254 65 -
CMYK 0.41 0 0.74 0.00
HSL 93.02º 0.99% 0.63% -
HSV(B) 93.02º 0.74% 1% -
XYZ 48.97 77.75 17.43 -
YUV 201.36 51.04 91.37 -
System Red Green Blue C M Y K H S L
Decimal 150 254 65 0.41 0 0.74 0.00 93.02 0.99 0.63
Hex 96 FE 41 29 0 4A 0 5D 63 3F
Octal 226 376 101 51 0 112 0 135 143 77
Binary 10010110 11111110 1000001 101001 0 1001010 0 1011101 1100011 111111

Color Harmonies of #96FE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE41

Black with #96FE41

Text Example


Text Example

White with #96FE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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