#96ff5b

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

Shades of Conifer #96FF5B

Tints of Conifer #96FF5B

Color information

#96FF5B (or 0x96FF5B) is unknown color: approx Conifer. HEX triplet: 96, FF and 5B. RGB value is (150,255,91). Sum of RGB (Red+Green+Blue) = 150+255+91=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF5B is #6900A4. Grayscale: #CDCDCD. Windows color (decimal): -6881445 or 6029206. OLE color: 6029206.

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

Color convert

RGB15025591-
CMYK0.4100.640
HSL98.41º100%67.84%-
HSV(B)98.41º64.31%100%-
XYZ50.2378.7622.45-
YUV204.9163.7188.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 255 (100% from 255) = 51.41%
BLUE value IS 91 (35.94% from 255) = 18.35%
R=30.24%
G=51.41%
B=18.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150255910.4100.64098.4110067.84
Hex96FF5B290400626444
Octal2263771335101000142144104
Binary10010110111111111011011101001010000000110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ff5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,91); }

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

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

 a { background-color: rgb(150,255,91); }

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

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

 span { border-color: rgb(150,255,91); }

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