#95D134

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

Shades of Yellow Green #95D134

Tints of Yellow Green #95D134

Color information

#95D134 (or 0x95D134) is unknown color: approx Yellow Green. HEX triplet: 95, D1 and 34. RGB value is (149,209,52). Sum of RGB (Red+Green+Blue) = 149+209+52=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #95D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D134 is #6A2ECB. Grayscale: #ADADAD. Windows color (decimal): -6958796 or 3461525. OLE color: 3461525.

HSL color Cylindrical-coordinate representation of color #95D134: hue angle of 82.93º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95D134 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB14920952-
CMYK0.2900.750.18
HSL82.93º63.05%51.18%-
HSV(B)82.93º75.12%81.96%-
XYZ35.8152.2411.44-
YUV173.1659.62110.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 209 (82.03% from 255) = 50.98%
BLUE value IS 52 (20.70% from 255) = 12.68%
R=36.34%
G=50.98%
B=12.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149209520.2900.750.1882.9363.0551.18
Hex95D1341D04B12533f33
Octal22532164350113221237763
Binary10010101110100011101001110101001011100101010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,209,52); }

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

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

 a { background-color: rgb(149,209,52); }

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

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

 span { border-color: rgb(149,209,52); }

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