Html Css Color HEX #94F516 Spring Bud

📋 copy color: '#94F516'

red 148 ◦ green 245 ◦ blue 22

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

Shades of Spring Bud #94F516

Tints of Spring Bud #94F516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.04%

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 35.66%
G = 59.04%
B = 5.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#94F516 (or 0x94F516) is known color: Spring Bud. HEX triplet: 94, F5 and 16. RGB value is (148,245,22). Sum of RGB (Red+Green+Blue) = 148+245+22=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #94F516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F516 is #6B0AE9. Grayscale: #BFBFBF. Windows color (decimal): -7015146 or 1504660. OLE color: 1504660.

HSL color Cylindrical-coordinate representation of color #94F516: hue angle of 86.1º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94F516 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 245 22 -
CMYK 0.40 0 0.91 0.04
HSL 86.1º 0.92% 0.52% -
HSV(B) 86.1º 0.91% 0.96% -
XYZ 45.01 71.66 12.22 -
YUV 190.58 32.86 97.63 -
System Red Green Blue C M Y K H S L
Decimal 148 245 22 0.40 0 0.91 0.04 86.1 0.92 0.52
Hex 94 F5 16 28 0 5B 4 56 5C 34
Octal 224 365 26 50 0 133 4 126 134 64
Binary 10010100 11110101 10110 101000 0 1011011 100 1010110 1011100 110100

Color Harmonies of #94F516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F516

Black with #94F516

Text Example


Text Example

White with #94F516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,245,22); }

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

background-color css

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

 a { background-color: rgb(148,245,22); }

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

border-color css

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

 span { border-color: rgb(148,245,22); }

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