#95F155

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

Shades of Conifer #95F155

Tints of Conifer #95F155

Color information

#95F155 (or 0x95F155) is unknown color: approx Conifer. HEX triplet: 95, F1 and 55. RGB value is (149,241,85). Sum of RGB (Red+Green+Blue) = 149+241+85=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #95F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F155 is #6A0EAA. Grayscale: #C4C4C4. Windows color (decimal): -6950571 or 5632405. OLE color: 5632405.

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

Color convert

RGB14924185-
CMYK0.3800.650.05
HSL95.38º84.78%63.92%-
HSV(B)95.38º64.73%94.51%-
XYZ45.4969.9619.7-
YUV195.7165.5294.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=31.37%
G=50.74%
B=17.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149241850.3800.650.0595.3884.7863.92
Hex95F1552604155f5540
Octal2253611254601015137125100
Binary1001010111110001101010110011001000001101101111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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