#96FB54

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

Shades of Conifer #96FB54

Tints of Conifer #96FB54

Color information

#96FB54 (or 0x96FB54) is unknown color: approx Conifer. HEX triplet: 96, FB and 54. RGB value is (150,251,84). Sum of RGB (Red+Green+Blue) = 150+251+84=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB54 is #6904AB. Grayscale: #CACACA. Windows color (decimal): -6882476 or 5569430. OLE color: 5569430.

HSL color Cylindrical-coordinate representation of color #96FB54: hue angle of 96.29º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96FB54 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB15025184-
CMYK0.4000.670.02
HSL96.29º95.43%65.69%-
HSV(B)96.29º66.53%98.43%-
XYZ48.6876.1220.51-
YUV201.7661.5491.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 251 (98.44% from 255) = 51.75%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=30.93%
G=51.75%
B=17.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150251840.4000.670.0296.2995.4365.69
Hex96FB54280432605f42
Octal2263731245001032140137102
Binary100101101111101110101001010000100001110110000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,251,84); }

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

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

 a { background-color: rgb(150,251,84); }

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

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

 span { border-color: rgb(150,251,84); }

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