Html Css Color HEX #94FA17 Spring Bud

📋 copy color: '#94FA17'

red 148 ◦ green 250 ◦ blue 23

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

Shades of Spring Bud #94FA17

Tints of Spring Bud #94FA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.46%

R = 35.15%
G = 59.38%
B = 5.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#94FA17 (or 0x94FA17) is known color: Spring Bud. HEX triplet: 94, FA and 17. RGB value is (148,250,23). Sum of RGB (Red+Green+Blue) = 148+250+23=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FA17 is #6B05E8. Grayscale: #C2C2C2. Windows color (decimal): -7013865 or 1571476. OLE color: 1571476.

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

Color convert

RGB 148 250 23 -
CMYK 0.41 0 0.91 0.02
HSL 86.96º 0.96% 0.54% -
HSV(B) 86.96º 0.91% 0.98% -
XYZ 46.55 74.73 12.78 -
YUV 193.62 31.71 95.46 -
System Red Green Blue C M Y K H S L
Decimal 148 250 23 0.41 0 0.91 0.02 86.96 0.96 0.54
Hex 94 FA 17 29 0 5B 2 57 60 36
Octal 224 372 27 51 0 133 2 127 140 66
Binary 10010100 11111010 10111 101001 0 1011011 10 1010111 1100000 110110

Color Harmonies of #94FA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FA17

Black with #94FA17

Text Example


Text Example

White with #94FA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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