#96F221

Color #96F221 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #96F221

Tints of Green Yellow #96F221

Color information

#96F221 (or 0x96F221) is unknown color: approx Green Yellow. HEX triplet: 96, F2 and 21. RGB value is (150,242,33). Sum of RGB (Red+Green+Blue) = 150+242+33=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #96F221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F221 is #690DDE. Grayscale: #BFBFBF. Windows color (decimal): -6884831 or 2224790. OLE color: 2224790.

HSL color Cylindrical-coordinate representation of color #96F221: hue angle of 86.41º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96F221 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB15024233-
CMYK0.3800.860.05
HSL86.41º88.94%53.92%-
HSV(B)86.41º86.36%94.9%-
XYZ44.670.112.62-
YUV190.6739.0298.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 242 (94.92% from 255) = 56.94%
BLUE value IS 33 (13.28% from 255) = 7.76%
R=35.29%
G=56.94%
B=7.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150242330.3800.860.0586.4188.9453.92
Hex96F221260565565936
Octal22636241460126512613166
Binary10010110111100101000011001100101011010110101101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96F221;
 }
 .AnyTagClassName
 {
   color: #96F221;
 }
</style>
background-color css

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

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

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

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

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

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