Html Css Color HEX #94F111 Spring Bud

📋 copy color: '#94F111'

red 148 ◦ green 241 ◦ blue 17

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

Shades of Spring Bud #94F111

Tints of Spring Bud #94F111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.36%

 BLUE value IS 17 (7.03% from 255) = 4.19%

R = 36.45%
G = 59.36%
B = 4.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#94F111 (or 0x94F111) is known color: Spring Bud. HEX triplet: 94, F1 and 11. RGB value is (148,241,17). Sum of RGB (Red+Green+Blue) = 148+241+17=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #94F111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F111 is #6B0EEE. Grayscale: #BCBCBC. Windows color (decimal): -7016175 or 1175956. OLE color: 1175956.

HSL color Cylindrical-coordinate representation of color #94F111: hue angle of 84.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F111 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 17 -
CMYK 0.39 0 0.93 0.05
HSL 84.91º 0.89% 0.51% -
HSV(B) 84.91º 0.93% 0.95% -
XYZ 43.77 69.25 11.59 -
YUV 187.66 31.69 99.71 -
System Red Green Blue C M Y K H S L
Decimal 148 241 17 0.39 0 0.93 0.05 84.91 0.89 0.51
Hex 94 F1 11 27 0 5D 5 55 59 33
Octal 224 361 21 47 0 135 5 125 131 63
Binary 10010100 11110001 10001 100111 0 1011101 101 1010101 1011001 110011

Color Harmonies of #94F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F111

Black with #94F111

Text Example


Text Example

White with #94F111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,241,17); }

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

background-color css

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

 a { background-color: rgb(148,241,17); }

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

border-color css

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

 span { border-color: rgb(148,241,17); }

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