#95E561

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

Shades of Conifer #95E561

Tints of Conifer #95E561

Color information

#95E561 (or 0x95E561) is unknown color: approx Conifer. HEX triplet: 95, E5 and 61. RGB value is (149,229,97). Sum of RGB (Red+Green+Blue) = 149+229+97=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #95E561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E561 is #6A1A9E. Grayscale: #BEBEBE. Windows color (decimal): -6953631 or 6415765. OLE color: 6415765.

HSL color Cylindrical-coordinate representation of color #95E561: hue angle of 96.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95E561 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB14922997-
CMYK0.3500.580.10
HSL96.36º71.74%63.92%-
HSV(B)96.36º57.64%89.8%-
XYZ42.5763.2921.28-
YUV190.0375.598.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 229 (89.84% from 255) = 48.21%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=31.37%
G=48.21%
B=20.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal149229970.3500.580.1096.3671.7463.92
Hex95E5612303AA604840
Octal2253451414307212140110100
Binary1001010111100101110000110001101110101010110000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,229,97); }

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

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

 a { background-color: rgb(149,229,97); }

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

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

 span { border-color: rgb(149,229,97); }

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