#95BD39

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

Shades of Yellow Green #95BD39

Tints of Yellow Green #95BD39

Color information

#95BD39 (or 0x95BD39) is unknown color: approx Yellow Green. HEX triplet: 95, BD and 39. RGB value is (149,189,57). Sum of RGB (Red+Green+Blue) = 149+189+57=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD39 is #6A42C6. Grayscale: #A2A2A2. Windows color (decimal): -6963911 or 3784085. OLE color: 3784085.

HSL color Cylindrical-coordinate representation of color #95BD39: hue angle of 78.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95BD39 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB14918957-
CMYK0.2100.700.26
HSL78.18º53.66%48.24%-
HSV(B)78.18º69.84%74.12%-
XYZ31.3343.0810.53-
YUV161.9968.75118.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 189 (74.22% from 255) = 47.85%
BLUE value IS 57 (22.66% from 255) = 14.43%
R=37.72%
G=47.85%
B=14.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149189570.2100.700.2678.1853.6648.24
Hex95BD39150461A4e3630
Octal22527571250106321166660
Binary10010101101111011110011010101000110110101001110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,189,57); }

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

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

 a { background-color: rgb(149,189,57); }

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

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

 span { border-color: rgb(149,189,57); }

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