#95E75B

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

Shades of Conifer #95E75B

Tints of Conifer #95E75B

Color information

#95E75B (or 0x95E75B) is unknown color: approx Conifer. HEX triplet: 95, E7 and 5B. RGB value is (149,231,91). Sum of RGB (Red+Green+Blue) = 149+231+91=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #95E75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E75B is #6A18A4. Grayscale: #BEBEBE. Windows color (decimal): -6953125 or 6023061. OLE color: 6023061.

HSL color Cylindrical-coordinate representation of color #95E75B: hue angle of 95.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95E75B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB14923191-
CMYK0.3500.610.09
HSL95.14º74.47%63.14%-
HSV(B)95.14º60.61%90.59%-
XYZ42.8664.320.05-
YUV190.5271.8398.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=31.63%
G=49.04%
B=19.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149231910.3500.610.0995.1474.4763.14
Hex95E75B2303D95f4a3f
Octal225347133430751113711277
Binary100101011110011110110111000110111101100110111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,231,91); }

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

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

 a { background-color: rgb(149,231,91); }

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

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

 span { border-color: rgb(149,231,91); }

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