#99eb50

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

Shades of Conifer #99EB50

Tints of Conifer #99EB50

Color information

#99EB50 (or 0x99EB50) is unknown color: approx Conifer. HEX triplet: 99, EB and 50. RGB value is (153,235,80). Sum of RGB (Red+Green+Blue) = 153+235+80=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #99EB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EB50 is #6614AF. Grayscale: #C1C1C1. Windows color (decimal): -6689968 or 5303193. OLE color: 5303193.

HSL color Cylindrical-coordinate representation of color #99EB50: hue angle of 91.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99EB50 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB15323580-
CMYK0.3500.660.08
HSL91.74º79.49%61.76%-
HSV(B)91.74º65.96%92.16%-
XYZ44.2966.7718.14-
YUV192.8164.3399.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 235 (92.19% from 255) = 50.21%
BLUE value IS 80 (31.64% from 255) = 17.09%
R=32.69%
G=50.21%
B=17.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153235800.3500.660.0891.7479.4961.76
Hex99EB502304285c4f3e
Octal2313531204301021013411776
Binary1001100111101011101000010001101000010100010111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99eb50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99eb50; }

 p { color: rgb(153,235,80); }

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

<style>
 a { background-color: #99eb50; }

 a { background-color: rgb(153,235,80); }

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

<style>
 span { border-color: #99eb50; }

 span { border-color: rgb(153,235,80); }

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