Html Css Color HEX #94FB04 Spring Bud

📋 copy color: '#94FB04'

red 148 ◦ green 251 ◦ blue 4

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

Shades of Spring Bud #94FB04

Tints of Spring Bud #94FB04

RGB

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

 GREEN value IS 251 (98.44% from 255) = 62.28%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 36.72%
G = 62.28%
B = 0.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#94FB04 (or 0x94FB04) is known color: Spring Bud. HEX triplet: 94, FB and 04. RGB value is (148,251,4). Sum of RGB (Red+Green+Blue) = 148+251+4=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FB04 is #6B04FB. Grayscale: #C0C0C0. Windows color (decimal): -7013628 or 326548. OLE color: 326548.

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

Color convert

RGB 148 251 4 -
CMYK 0.41 0 0.98 0.02
HSL 85.02º 0.97% 0.5% -
HSV(B) 85.02º 0.98% 0.98% -
XYZ 46.73 75.3 12.19 -
YUV 192.05 21.88 96.58 -
System Red Green Blue C M Y K H S L
Decimal 148 251 4 0.41 0 0.98 0.02 85.02 0.97 0.5
Hex 94 FB 4 29 0 62 2 55 61 32
Octal 224 373 4 51 0 142 2 125 141 62
Binary 10010100 11111011 100 101001 0 1100010 10 1010101 1100001 110010

Color Harmonies of #94FB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB04

Black with #94FB04

Text Example


Text Example

White with #94FB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,4); }

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

background-color css

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

 a { background-color: rgb(148,251,4); }

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

border-color css

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

 span { border-color: rgb(148,251,4); }

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