#96EF2E

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

Shades of Green Yellow #96EF2E

Tints of Green Yellow #96EF2E

Color information

#96EF2E (or 0x96EF2E) is unknown color: approx Green Yellow. HEX triplet: 96, EF and 2E. RGB value is (150,239,46). Sum of RGB (Red+Green+Blue) = 150+239+46=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF2E is #6910D1. Grayscale: #BFBFBF. Windows color (decimal): -6885586 or 3075990. OLE color: 3075990.

HSL color Cylindrical-coordinate representation of color #96EF2E: hue angle of 87.67º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96EF2E is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB15023946-
CMYK0.3700.810.06
HSL87.67º85.78%55.88%-
HSV(B)87.67º80.75%93.73%-
XYZ43.9468.4113.47-
YUV190.3946.5199.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 239 (93.75% from 255) = 54.94%
BLUE value IS 46 (18.36% from 255) = 10.57%
R=34.48%
G=54.94%
B=10.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150239460.3700.810.0687.6785.7855.88
Hex96EF2E250516585638
Octal22635756450121613012670
Binary10010110111011111011101001010101000111010110001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,46); }

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

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

 a { background-color: rgb(150,239,46); }

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

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

 span { border-color: rgb(150,239,46); }

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