Html Css Color HEX #94F908 Spring Bud

📋 copy color: '#94F908'

red 148 ◦ green 249 ◦ blue 8

#94F908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #94F908

Tints of Spring Bud #94F908

RGB

 RED value IS 148 (58.2% from 255) = 36.54%

 GREEN value IS 249 (97.66% from 255) = 61.48%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 36.54%
G = 61.48%
B = 1.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#94F908 (or 0x94F908) is known color: Spring Bud. HEX triplet: 94, F9 and 08. RGB value is (148,249,8). Sum of RGB (Red+Green+Blue) = 148+249+8=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #94F908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F908 is #6B06F7. Grayscale: #C0C0C0. Windows color (decimal): -7014136 or 588180. OLE color: 588180.

HSL color Cylindrical-coordinate representation of color #94F908: hue angle of 85.15º 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 #94F908 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 8 -
CMYK 0.41 0 0.97 0.02
HSL 85.15º 0.95% 0.5% -
HSV(B) 85.15º 0.97% 0.98% -
XYZ 46.13 74.06 12.09 -
YUV 191.33 24.54 97.1 -
System Red Green Blue C M Y K H S L
Decimal 148 249 8 0.41 0 0.97 0.02 85.15 0.95 0.5
Hex 94 F9 8 29 0 61 2 55 5F 32
Octal 224 371 10 51 0 141 2 125 137 62
Binary 10010100 11111001 1000 101001 0 1100001 10 1010101 1011111 110010

Color Harmonies of #94F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F908

Black with #94F908

Text Example


Text Example

White with #94F908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94F908;
 }
 .AnyTagClassName
 {
   color: #94F908;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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