#95E461

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

Shades of Conifer #95E461

Tints of Conifer #95E461

Color information

#95E461 (or 0x95E461) is unknown color: approx Conifer. HEX triplet: 95, E4 and 61. RGB value is (149,228,97). Sum of RGB (Red+Green+Blue) = 149+228+97=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #95E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E461 is #6A1B9E. Grayscale: #BDBDBD. Windows color (decimal): -6953887 or 6415509. OLE color: 6415509.

HSL color Cylindrical-coordinate representation of color #95E461: hue angle of 96.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95E461 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB14922897-
CMYK0.3500.570.11
HSL96.18º70.81%63.73%-
HSV(B)96.18º57.46%89.41%-
XYZ42.362.7421.19-
YUV189.4475.8399.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 228 (89.45% from 255) = 48.10%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=31.43%
G=48.10%
B=20.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal149228970.3500.570.1196.1870.8163.73
Hex95E46123039B604740
Octal2253441414307113140107100
Binary1001010111100100110000110001101110011011110000010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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