Html Css Color HEX #96E121 Yellow Green

📋 copy color: '#96E121'

red 150 ◦ green 225 ◦ blue 33

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

Shades of Yellow Green #96E121

Tints of Yellow Green #96E121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.15%

 BLUE value IS 33 (13.28% from 255) = 8.09%

R = 36.76%
G = 55.15%
B = 8.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#96E121 (or 0x96E121) is known color: Yellow Green. HEX triplet: 96, E1 and 21. RGB value is (150,225,33). Sum of RGB (Red+Green+Blue) = 150+225+33=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #96E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E121 is #691EDE. Grayscale: #B5B5B5. Windows color (decimal): -6889183 or 2220438. OLE color: 2220438.

HSL color Cylindrical-coordinate representation of color #96E121: hue angle of 83.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96E121 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 33 -
CMYK 0.33 0 0.85 0.12
HSL 83.44º 0.76% 0.51% -
HSV(B) 83.44º 0.85% 0.88% -
XYZ 39.78 60.44 11.01 -
YUV 180.69 44.65 106.11 -
System Red Green Blue C M Y K H S L
Decimal 150 225 33 0.33 0 0.85 0.12 83.44 0.76 0.51
Hex 96 E1 21 21 0 55 C 53 4C 33
Octal 226 341 41 41 0 125 14 123 114 63
Binary 10010110 11100001 100001 100001 0 1010101 1100 1010011 1001100 110011

Color Harmonies of #96E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E121

Black with #96E121

Text Example


Text Example

White with #96E121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,33); }

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

background-color css

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

 a { background-color: rgb(150,225,33); }

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

border-color css

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

 span { border-color: rgb(150,225,33); }

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