#96FA43

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

Shades of Green Yellow #96FA43

Tints of Green Yellow #96FA43

Color information

#96FA43 (or 0x96FA43) is unknown color: approx Green Yellow. HEX triplet: 96, FA and 43. RGB value is (150,250,67). Sum of RGB (Red+Green+Blue) = 150+250+67=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FA43 is #6905BC. Grayscale: #C7C7C7. Windows color (decimal): -6882749 or 4455062. OLE color: 4455062.

HSL color Cylindrical-coordinate representation of color #96FA43: hue angle of 92.79º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96FA43 is Cyan = 0.4, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB15025067-
CMYK0.400.730.02
HSL92.79º94.82%62.16%-
HSV(B)92.79º73.2%98.04%-
XYZ47.7875.2617.32-
YUV199.2453.3792.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 250 (98.05% from 255) = 53.53%
BLUE value IS 67 (26.56% from 255) = 14.35%
R=32.12%
G=53.53%
B=14.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150250670.400.730.0292.7994.8262.16
Hex96FA432804925d5f3e
Octal226372103500111213513776
Binary10010110111110101000011101000010010011010111011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,67); }

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

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

 a { background-color: rgb(150,250,67); }

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

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

 span { border-color: rgb(150,250,67); }

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