#94F706

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

Shades of Spring Bud #94F706

Tints of Spring Bud #94F706

Color information

#94F706 (or 0x94F706) is unknown color: approx Spring Bud. HEX triplet: 94, F7 and 06. RGB value is (148,247,6). Sum of RGB (Red+Green+Blue) = 148+247+6=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 247 (96.88% from 255 or 61.60% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 247 - color contains mainly: green. Hex color #94F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F706 is #6B08F9. Grayscale: #BEBEBE. Windows color (decimal): -7014650 or 456596. OLE color: 456596.

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

Color convert

RGB1482476-
CMYK0.4000.980.03
HSL84.65º95.26%49.61%-
HSV(B)84.65º97.57%96.86%-
XYZ45.5172.8311.83-
YUV189.9224.298.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 247 (96.88% from 255) = 61.60%
BLUE value IS 6 (2.73% from 255) = 1.50%
R=36.91%
G=61.60%
B=1.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14824760.4000.980.0384.6595.2649.61
Hex94F76280623555f32
Octal2243676500142312513762
Binary1001010011110111110101000011000101110101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,6); }

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

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

 a { background-color: rgb(148,247,6); }

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

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

 span { border-color: rgb(148,247,6); }

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