#95F15D

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

Shades of Conifer #95F15D

Tints of Conifer #95F15D

Color information

#95F15D (or 0x95F15D) is unknown color: approx Conifer. HEX triplet: 95, F1 and 5D. RGB value is (149,241,93). Sum of RGB (Red+Green+Blue) = 149+241+93=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #95F15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F15D is #6A0EA2. Grayscale: #C5C5C5. Windows color (decimal): -6950563 or 6156693. OLE color: 6156693.

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

Color convert

RGB14924193-
CMYK0.3800.610.05
HSL97.3º84.09%65.49%-
HSV(B)97.3º61.41%94.51%-
XYZ45.8370.0921.47-
YUV196.6269.5294.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 241 (94.53% from 255) = 49.90%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=30.85%
G=49.90%
B=19.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149241930.3800.610.0597.384.0965.49
Hex95F15D2603D5615441
Octal225361135460755141124101
Binary100101011111000110111011001100111101101110000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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