#96FD68

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

Shades of Light Green #96FD68

Tints of Light Green #96FD68

Color information

#96FD68 (or 0x96FD68) is unknown color: approx Light Green. HEX triplet: 96, FD and 68. RGB value is (150,253,104). Sum of RGB (Red+Green+Blue) = 150+253+104=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FD68 is #690297. Grayscale: #CDCDCD. Windows color (decimal): -6881944 or 6880662. OLE color: 6880662.

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

Color convert

RGB150253104-
CMYK0.4100.590.01
HSL101.48º97.39%70%-
HSV(B)101.48º58.89%99.22%-
XYZ50.277.7325.45-
YUV205.2270.8888.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 253 (99.22% from 255) = 49.90%
BLUE value IS 104 (41.02% from 255) = 20.51%
R=29.59%
G=49.90%
B=20.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502531040.4100.590.01101.4897.3970
Hex96FD682903B1656146
Octal226375150510731145141106
Binary1001011011111101110100010100101110111110010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,253,104); }

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

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

 a { background-color: rgb(150,253,104); }

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

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

 span { border-color: rgb(150,253,104); }

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