#95F908

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

Shades of Spring Bud #95F908

Tints of Spring Bud #95F908

Color information

#95F908 (or 0x95F908) is unknown color: approx Spring Bud. HEX triplet: 95, F9 and 08. RGB value is (149,249,8). Sum of RGB (Red+Green+Blue) = 149+249+8=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 249 (97.66% from 255 or 61.33% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 249 - color contains mainly: green. Hex color #95F908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F908 is #6A06F7. Grayscale: #C0C0C0. Windows color (decimal): -6948600 or 588181. OLE color: 588181.

HSL color Cylindrical-coordinate representation of color #95F908: hue angle of 84.9º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95F908 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB1492498-
CMYK0.4000.970.02
HSL84.9º95.26%50.39%-
HSV(B)84.9º96.79%97.65%-
XYZ46.3174.1612.1-
YUV191.6324.3797.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 249 (97.66% from 255) = 61.33%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=36.70%
G=61.33%
B=1.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14924980.4000.970.0284.995.2650.39
Hex95F98280612555f32
Octal22537110500141212513762
Binary10010101111110011000101000011000011010101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,8); }

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

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

 a { background-color: rgb(149,249,8); }

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

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

 span { border-color: rgb(149,249,8); }

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