Html Css Color HEX #94FA19 Spring Bud

📋 copy color: '#94FA19'

red 148 ◦ green 250 ◦ blue 25

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

Shades of Spring Bud #94FA19

Tints of Spring Bud #94FA19

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.1%

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 34.99%
G = 59.1%
B = 5.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#94FA19 (or 0x94FA19) is known color: Spring Bud. HEX triplet: 94, FA and 19. RGB value is (148,250,25). Sum of RGB (Red+Green+Blue) = 148+250+25=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FA19 is #6B05E6. Grayscale: #C2C2C2. Windows color (decimal): -7013863 or 1702548. OLE color: 1702548.

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

Color convert

RGB 148 250 25 -
CMYK 0.41 0 0.9 0.02
HSL 87.2º 0.96% 0.54% -
HSV(B) 87.2º 0.9% 0.98% -
XYZ 46.57 74.74 12.89 -
YUV 193.85 32.71 95.3 -
System Red Green Blue C M Y K H S L
Decimal 148 250 25 0.41 0 0.9 0.02 87.2 0.96 0.54
Hex 94 FA 19 29 0 5A 2 57 60 36
Octal 224 372 31 51 0 132 2 127 140 66
Binary 10010100 11111010 11001 101001 0 1011010 10 1010111 1100000 110110

Color Harmonies of #94FA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FA19

Black with #94FA19

Text Example


Text Example

White with #94FA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,250,25); }

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

background-color css

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

 a { background-color: rgb(148,250,25); }

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

border-color css

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

 span { border-color: rgb(148,250,25); }

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