#95BE2E

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

Shades of Yellow Green #95BE2E

Tints of Yellow Green #95BE2E

Color information

#95BE2E (or 0x95BE2E) is unknown color: approx Yellow Green. HEX triplet: 95, BE and 2E. RGB value is (149,190,46). Sum of RGB (Red+Green+Blue) = 149+190+46=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BE2E is #6A41D1. Grayscale: #A1A1A1. Windows color (decimal): -6963666 or 3063445. OLE color: 3063445.

HSL color Cylindrical-coordinate representation of color #95BE2E: hue angle of 77.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95BE2E is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB14919046-
CMYK0.2200.760.25
HSL77.08º61.02%46.27%-
HSV(B)77.08º75.79%74.51%-
XYZ31.343.419.31-
YUV161.3262.92119.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=38.70%
G=49.35%
B=11.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149190460.2200.760.2577.0861.0246.27
Hex95BE2E1604C194d3d2e
Octal22527656260114311157556
Binary10010101101111101011101011001001100110011001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,46); }

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

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

 a { background-color: rgb(149,190,46); }

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

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

 span { border-color: rgb(149,190,46); }

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