#96FE2D

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

Shades of Green Yellow #96FE2D

Tints of Green Yellow #96FE2D

Color information

#96FE2D (or 0x96FE2D) is unknown color: approx Green Yellow. HEX triplet: 96, FE and 2D. RGB value is (150,254,45). Sum of RGB (Red+Green+Blue) = 150+254+45=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FE2D is #6901D2. Grayscale: #C7C7C7. Windows color (decimal): -6881747 or 3014294. OLE color: 3014294.

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

Color convert

RGB15025445-
CMYK0.4100.820.00
HSL89.86º99.05%58.63%-
HSV(B)89.86º82.28%99.61%-
XYZ48.4977.5614.9-
YUV199.0841.0492.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 254 (99.61% from 255) = 56.57%
BLUE value IS 45 (17.97% from 255) = 10.02%
R=33.41%
G=56.57%
B=10.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal150254450.4100.820.0089.8699.0558.63
Hex96FE2D2905205a633b
Octal22637655510122013214373
Binary100101101111111010110110100101010010010110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,254,45); }

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

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

 a { background-color: rgb(150,254,45); }

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

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

 span { border-color: rgb(150,254,45); }

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