#95DE56

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

Shades of Conifer #95DE56

Tints of Conifer #95DE56

Color information

#95DE56 (or 0x95DE56) is unknown color: approx Conifer. HEX triplet: 95, DE and 56. RGB value is (149,222,86). Sum of RGB (Red+Green+Blue) = 149+222+86=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE56 is #6A21A9. Grayscale: #B9B9B9. Windows color (decimal): -6955434 or 5693077. OLE color: 5693077.

HSL color Cylindrical-coordinate representation of color #95DE56: hue angle of 92.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95DE56 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB14922286-
CMYK0.3300.610.13
HSL92.21º67.33%60.39%-
HSV(B)92.21º61.26%87.06%-
XYZ40.259.318.13-
YUV184.6772.32102.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=32.60%
G=48.58%
B=18.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149222860.3300.610.1392.2167.3360.39
Hex95DE562103DD5c433c
Octal225336126410751513410374
Binary100101011101111010101101000010111101110110111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,222,86); }

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

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

 a { background-color: rgb(149,222,86); }

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

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

 span { border-color: rgb(149,222,86); }

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