#95ff17

Color #95FF17 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #95FF17

Tints of Spring Bud #95FF17

Color information

#95FF17 (or 0x95FF17) is unknown color: approx Spring Bud. HEX triplet: 95, FF and 17. RGB value is (149,255,23). Sum of RGB (Red+Green+Blue) = 149+255+23=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95FF17 is #6A00E8. Grayscale: #C5C5C5. Windows color (decimal): -6947049 or 1572757. OLE color: 1572757.

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

Color convert

RGB14925523-
CMYK0.4200.910
HSL87.41º100%54.51%-
HSV(B)87.41º90.98%100%-
XYZ48.3177.9713.31-
YUV196.8629.8893.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 255 (100% from 255) = 59.72%
BLUE value IS 23 (9.38% from 255) = 5.39%
R=34.89%
G=59.72%
B=5.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149255230.4200.91087.4110054.51
Hex95FF172A05B0576437
Octal22537727520133012714467
Binary10010101111111111011110101001011011010101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ff17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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