#96F378

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

Shades of Light Green #96F378

Tints of Light Green #96F378

Color information

#96F378 (or 0x96F378) is unknown color: approx Light Green. HEX triplet: 96, F3 and 78. RGB value is (150,243,120). Sum of RGB (Red+Green+Blue) = 150+243+120=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #96F378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F378 is #690C87. Grayscale: #C9C9C9. Windows color (decimal): -6884488 or 7926678. OLE color: 7926678.

HSL color Cylindrical-coordinate representation of color #96F378: hue angle of 105.37º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96F378 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB150243120-
CMYK0.3800.510.05
HSL105.37º83.67%71.18%-
HSV(B)105.37º50.62%95.29%-
XYZ48.0271.9429.12-
YUV201.1782.1991.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 243 (95.31% from 255) = 47.37%
BLUE value IS 120 (47.27% from 255) = 23.39%
R=29.24%
G=47.37%
B=23.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431200.3800.510.05105.3783.6771.18
Hex96F378260335695447
Octal226363170460635151124107
Binary100101101111001111110001001100110011101110100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,120); }

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

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

 a { background-color: rgb(150,243,120); }

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

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

 span { border-color: rgb(150,243,120); }

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