#95F15C

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

Shades of Conifer #95F15C

Tints of Conifer #95F15C

Color information

#95F15C (or 0x95F15C) is unknown color: approx Conifer. HEX triplet: 95, F1 and 5C. RGB value is (149,241,92). Sum of RGB (Red+Green+Blue) = 149+241+92=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #95F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F15C is #6A0EA3. Grayscale: #C5C5C5. Windows color (decimal): -6950564 or 6091157. OLE color: 6091157.

HSL color Cylindrical-coordinate representation of color #95F15C: hue angle of 97.05º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95F15C is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB14924192-
CMYK0.3800.620.05
HSL97.05º84.18%65.29%-
HSV(B)97.05º61.83%94.51%-
XYZ45.7870.0721.24-
YUV196.5169.0294.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 241 (94.53% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 19.09%
R=30.91%
G=50%
B=19.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149241920.3800.620.0597.0584.1865.29
Hex95F15C2603E5615441
Octal225361134460765141124101
Binary100101011111000110111001001100111110101110000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F15C; }

 p { color: rgb(149,241,92); }

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

<style>
 a { background-color: #95F15C; }

 a { background-color: rgb(149,241,92); }

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

<style>
 span { border-color: #95F15C; }

 span { border-color: rgb(149,241,92); }

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