#94FC05

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

Shades of Spring Bud #94FC05

Tints of Spring Bud #94FC05

Color information

#94FC05 (or 0x94FC05) is unknown color: approx Spring Bud. HEX triplet: 94, FC and 05. RGB value is (148,252,5). Sum of RGB (Red+Green+Blue) = 148+252+5=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FC05 is #6B03FA. Grayscale: #C1C1C1. Windows color (decimal): -7013371 or 392340. OLE color: 392340.

HSL color Cylindrical-coordinate representation of color #94FC05: hue angle of 85.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94FC05 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB1482525-
CMYK0.4100.980.01
HSL85.26º97.63%50.39%-
HSV(B)85.26º98.02%98.82%-
XYZ47.0575.9312.32-
YUV192.7522.0496.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 252 (98.83% from 255) = 62.22%
BLUE value IS 5 (2.34% from 255) = 1.23%
R=36.54%
G=62.22%
B=1.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal14825250.4100.980.0185.2697.6350.39
Hex94FC5290621556232
Octal2243745510142112514262
Binary100101001111110010110100101100010110101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FC05; }

 p { color: rgb(148,252,5); }

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

<style>
 a { background-color: #94FC05; }

 a { background-color: rgb(148,252,5); }

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

<style>
 span { border-color: #94FC05; }

 span { border-color: rgb(148,252,5); }

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