#99F35F

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

Shades of Conifer #99F35F

Tints of Conifer #99F35F

Color information

#99F35F (or 0x99F35F) is unknown color: approx Conifer. HEX triplet: 99, F3 and 5F. RGB value is (153,243,95). Sum of RGB (Red+Green+Blue) = 153+243+95=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #99F35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F35F is #660CA0. Grayscale: #C7C7C7. Windows color (decimal): -6687905 or 6288281. OLE color: 6288281.

HSL color Cylindrical-coordinate representation of color #99F35F: hue angle of 96.49º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99F35F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB15324395-
CMYK0.3700.610.05
HSL96.49º86.05%66.27%-
HSV(B)96.49º60.91%95.29%-
XYZ47.2571.722.18-
YUV199.2269.1895.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 95 (37.5% from 255) = 19.35%
R=31.16%
G=49.49%
B=19.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal153243950.3700.610.0596.4986.0566.27
Hex99F35F2503D5605642
Octal231363137450755140126102
Binary100110011111001110111111001010111101101110000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,243,95); }

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

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

 a { background-color: rgb(153,243,95); }

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

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

 span { border-color: rgb(153,243,95); }

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