#96FF3A

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

Shades of Green Yellow #96FF3A

Tints of Green Yellow #96FF3A

Color information

#96FF3A (or 0x96FF3A) is unknown color: approx Green Yellow. HEX triplet: 96, FF and 3A. RGB value is (150,255,58). Sum of RGB (Red+Green+Blue) = 150+255+58=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF3A is #6900C5. Grayscale: #C9C9C9. Windows color (decimal): -6881478 or 3866518. OLE color: 3866518.

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

Color convert

RGB15025558-
CMYK0.4100.770
HSL91.98º100%61.37%-
HSV(B)91.98º77.25%100%-
XYZ49.178.3116.53-
YUV201.1547.2191.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 58 (23.05% from 255) = 12.53%
R=32.40%
G=55.08%
B=12.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150255580.4100.77091.9810061.37
Hex96FF3A2904D05c643d
Octal22637772510115013414475
Binary100101101111111111101010100101001101010111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,58); }

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

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

 a { background-color: rgb(150,255,58); }

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

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

 span { border-color: rgb(150,255,58); }

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