Html Css Color HEX #96FE42 Green Yellow

📋 copy color: '#96FE42'

red 150 ◦ green 254 ◦ blue 66

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

Shades of Green Yellow #96FE42

Tints of Green Yellow #96FE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.04%

R = 31.91%
G = 54.04%
B = 14.04%

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

#96FE42 (or 0x96FE42) is known color: Green Yellow. HEX triplet: 96, FE and 42. RGB value is (150,254,66). Sum of RGB (Red+Green+Blue) = 150+254+66=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FE42 is #6901BD. Grayscale: #CACACA. Windows color (decimal): -6881726 or 4390550. OLE color: 4390550.

HSL color Cylindrical-coordinate representation of color #96FE42: hue angle of 93.19º 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 #96FE42 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 66 -
CMYK 0.41 0 0.74 0.00
HSL 93.19º 0.99% 0.63% -
HSV(B) 93.19º 0.74% 1% -
XYZ 49 77.76 17.58 -
YUV 201.47 51.54 91.29 -
System Red Green Blue C M Y K H S L
Decimal 150 254 66 0.41 0 0.74 0.00 93.19 0.99 0.63
Hex 96 FE 42 29 0 4A 0 5D 63 3F
Octal 226 376 102 51 0 112 0 135 143 77
Binary 10010110 11111110 1000010 101001 0 1001010 0 1011101 1100011 111111

Color Harmonies of #96FE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE42

Black with #96FE42

Text Example


Text Example

White with #96FE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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