#95FF45

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

Shades of Green Yellow #95FF45

Tints of Green Yellow #95FF45

Color information

#95FF45 (or 0x95FF45) is unknown color: approx Green Yellow. HEX triplet: 95, FF and 45. RGB value is (149,255,69). Sum of RGB (Red+Green+Blue) = 149+255+69=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF45 is #6A00BA. Grayscale: #CACACA. Windows color (decimal): -6947003 or 4587413. OLE color: 4587413.

HSL color Cylindrical-coordinate representation of color #95FF45: hue angle of 94.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95FF45 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB14925569-
CMYK0.4200.730
HSL94.19º100%63.53%-
HSV(B)94.19º72.94%100%-
XYZ49.2378.3418.16-
YUV202.152.8890.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 255 (100% from 255) = 53.91%
BLUE value IS 69 (27.34% from 255) = 14.59%
R=31.50%
G=53.91%
B=14.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149255690.4200.73094.1910063.53
Hex95FF452A04905e6440
Octal2253771055201110136144100
Binary10010101111111111000101101010010010010101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,255,69); }

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

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

 a { background-color: rgb(149,255,69); }

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

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

 span { border-color: rgb(149,255,69); }

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