#95E55F

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

Shades of Conifer #95E55F

Tints of Conifer #95E55F

Color information

#95E55F (or 0x95E55F) is unknown color: approx Conifer. HEX triplet: 95, E5 and 5F. RGB value is (149,229,95). Sum of RGB (Red+Green+Blue) = 149+229+95=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #95E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E55F is #6A1AA0. Grayscale: #BEBEBE. Windows color (decimal): -6953633 or 6284693. OLE color: 6284693.

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

Color convert

RGB14922995-
CMYK0.3500.590.10
HSL95.82º72.04%63.53%-
HSV(B)95.82º58.52%89.8%-
XYZ42.4863.2520.8-
YUV189.874.598.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 229 (89.84% from 255) = 48.41%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=31.50%
G=48.41%
B=20.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal149229950.3500.590.1095.8272.0463.53
Hex95E55F2303BA604840
Octal2253451374307312140110100
Binary1001010111100101101111110001101110111010110000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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