#99ED49

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

Shades of Conifer #99ED49

Tints of Conifer #99ED49

Color information

#99ED49 (or 0x99ED49) is unknown color: approx Conifer. HEX triplet: 99, ED and 49. RGB value is (153,237,73). Sum of RGB (Red+Green+Blue) = 153+237+73=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99ED49 is #6612B6. Grayscale: #C1C1C1. Windows color (decimal): -6689463 or 4844953. OLE color: 4844953.

HSL color Cylindrical-coordinate representation of color #99ED49: hue angle of 90.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99ED49 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB15323773-
CMYK0.3500.690.07
HSL90.73º82%60.78%-
HSV(B)90.73º69.2%92.94%-
XYZ44.6267.8217.04-
YUV193.1960.1799.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 73 (28.91% from 255) = 15.77%
R=33.05%
G=51.19%
B=15.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153237730.3500.690.0790.738260.78
Hex99ED492304575b523d
Octal231355111430105713312275
Binary100110011110110110010011000110100010111110110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ED49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,237,73); }

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

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

 a { background-color: rgb(153,237,73); }

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

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

 span { border-color: rgb(153,237,73); }

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