Html Css Color HEX #94F40B Spring Bud

📋 copy color: '#94F40B'

red 148 ◦ green 244 ◦ blue 11

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

Shades of Spring Bud #94F40B

Tints of Spring Bud #94F40B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.55%

 BLUE value IS 11 (4.69% from 255) = 2.73%

R = 36.72%
G = 60.55%
B = 2.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#94F40B (or 0x94F40B) is known color: Spring Bud. HEX triplet: 94, F4 and 0B. RGB value is (148,244,11). Sum of RGB (Red+Green+Blue) = 148+244+11=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 244 (95.70% from 255 or 60.55% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 244 - color contains mainly: green. Hex color #94F40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F40B is #6B0BF4. Grayscale: #BDBDBD. Windows color (decimal): -7015413 or 783508. OLE color: 783508.

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

Color convert

RGB 148 244 11 -
CMYK 0.39 0 0.95 0.04
HSL 84.72º 0.91% 0.5% -
HSV(B) 84.72º 0.95% 0.96% -
XYZ 44.62 71.02 11.67 -
YUV 188.73 27.7 98.95 -
System Red Green Blue C M Y K H S L
Decimal 148 244 11 0.39 0 0.95 0.04 84.72 0.91 0.5
Hex 94 F4 B 27 0 5F 4 55 5B 32
Octal 224 364 13 47 0 137 4 125 133 62
Binary 10010100 11110100 1011 100111 0 1011111 100 1010101 1011011 110010

Color Harmonies of #94F40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F40B

Black with #94F40B

Text Example


Text Example

White with #94F40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,244,11); }

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

background-color css

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

 a { background-color: rgb(148,244,11); }

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

border-color css

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

 span { border-color: rgb(148,244,11); }

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