#95D01E

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

Shades of Yellow Green #95D01E

Tints of Yellow Green #95D01E

Color information

#95D01E (or 0x95D01E) is unknown color: approx Yellow Green. HEX triplet: 95, D0 and 1E. RGB value is (149,208,30). Sum of RGB (Red+Green+Blue) = 149+208+30=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #95D01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D01E is #6A2FE1. Grayscale: #AAAAAA. Windows color (decimal): -6959074 or 2019477. OLE color: 2019477.

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

Color convert

RGB14920830-
CMYK0.2800.860.18
HSL79.89º74.79%46.67%-
HSV(B)79.89º85.58%81.57%-
XYZ35.1851.69.33-
YUV170.0748.95112.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 208 (81.64% from 255) = 53.75%
BLUE value IS 30 (12.11% from 255) = 7.75%
R=38.50%
G=53.75%
B=7.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149208300.2800.860.1879.8974.7946.67
Hex95D01E1C05612504b2f
Octal225320363401262212011357
Binary10010101110100001111011100010101101001010100001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,30); }

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

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

 a { background-color: rgb(149,208,30); }

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

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

 span { border-color: rgb(149,208,30); }

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