Html Css Color HEX #94FB17 Spring Bud

📋 copy color: '#94FB17'

red 148 ◦ green 251 ◦ blue 23

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

Shades of Spring Bud #94FB17

Tints of Spring Bud #94FB17

RGB

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

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

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

R = 35.07%
G = 59.48%
B = 5.45%

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

#94FB17 (or 0x94FB17) is known color: Spring Bud. HEX triplet: 94, FB and 17. RGB value is (148,251,23). Sum of RGB (Red+Green+Blue) = 148+251+23=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FB17 is #6B04E8. Grayscale: #C3C3C3. Windows color (decimal): -7013609 or 1571732. OLE color: 1571732.

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

Color convert

RGB 148 251 23 -
CMYK 0.41 0 0.91 0.02
HSL 87.11º 0.97% 0.54% -
HSV(B) 87.11º 0.91% 0.98% -
XYZ 46.86 75.35 12.89 -
YUV 194.21 31.38 95.04 -
System Red Green Blue C M Y K H S L
Decimal 148 251 23 0.41 0 0.91 0.02 87.11 0.97 0.54
Hex 94 FB 17 29 0 5B 2 57 61 36
Octal 224 373 27 51 0 133 2 127 141 66
Binary 10010100 11111011 10111 101001 0 1011011 10 1010111 1100001 110110

Color Harmonies of #94FB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB17

Black with #94FB17

Text Example


Text Example

White with #94FB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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