#95EE50

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

Shades of Conifer #95EE50

Tints of Conifer #95EE50

Color information

#95EE50 (or 0x95EE50) is unknown color: approx Conifer. HEX triplet: 95, EE and 50. RGB value is (149,238,80). Sum of RGB (Red+Green+Blue) = 149+238+80=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EE50 is #6A11AF. Grayscale: #C1C1C1. Windows color (decimal): -6951344 or 5303957. OLE color: 5303957.

HSL color Cylindrical-coordinate representation of color #95EE50: hue angle of 93.8º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95EE50 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14923880-
CMYK0.3700.660.07
HSL93.8º82.29%62.35%-
HSV(B)93.8º66.39%93.33%-
XYZ44.4268.1218.4-
YUV193.3864.0196.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 238 (93.36% from 255) = 50.96%
BLUE value IS 80 (31.64% from 255) = 17.13%
R=31.91%
G=50.96%
B=17.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149238800.3700.660.0793.882.2962.35
Hex95EE502504275e523e
Octal225356120450102713612276
Binary100101011110111010100001001010100001011110111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,238,80); }

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

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

 a { background-color: rgb(149,238,80); }

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

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

 span { border-color: rgb(149,238,80); }

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