#96EF5B

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

Shades of Conifer #96EF5B

Tints of Conifer #96EF5B

Color information

#96EF5B (or 0x96EF5B) is unknown color: approx Conifer. HEX triplet: 96, EF and 5B. RGB value is (150,239,91). Sum of RGB (Red+Green+Blue) = 150+239+91=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EF5B is #6910A4. Grayscale: #C4C4C4. Windows color (decimal): -6885541 or 6025110. OLE color: 6025110.

HSL color Cylindrical-coordinate representation of color #96EF5B: hue angle of 96.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96EF5B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB15023991-
CMYK0.3700.620.06
HSL96.08º82.22%64.71%-
HSV(B)96.08º61.92%93.73%-
XYZ45.3368.9720.82-
YUV195.5269.0195.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 239 (93.75% from 255) = 49.79%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=31.25%
G=49.79%
B=18.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150239910.3700.620.0696.0882.2264.71
Hex96EF5B2503E6605241
Octal226357133450766140122101
Binary100101101110111110110111001010111110110110000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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