#96F350

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

Shades of Conifer #96F350

Tints of Conifer #96F350

Color information

#96F350 (or 0x96F350) is unknown color: approx Conifer. HEX triplet: 96, F3 and 50. RGB value is (150,243,80). Sum of RGB (Red+Green+Blue) = 150+243+80=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #96F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F350 is #690CAF. Grayscale: #C5C5C5. Windows color (decimal): -6884528 or 5305238. OLE color: 5305238.

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

Color convert

RGB15024380-
CMYK0.3800.670.05
HSL94.23º87.17%63.33%-
HSV(B)94.23º67.08%95.29%-
XYZ46.0871.1618.9-
YUV196.6162.1994.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 243 (95.31% from 255) = 51.37%
BLUE value IS 80 (31.64% from 255) = 16.91%
R=31.71%
G=51.37%
B=16.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150243800.3800.670.0594.2387.1763.33
Hex96F3502604355e573f
Octal226363120460103513612777
Binary100101101111001110100001001100100001110110111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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