Html Css Color HEX #94F90B Spring Bud

📋 copy color: '#94F90B'

red 148 ◦ green 249 ◦ blue 11

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

Shades of Spring Bud #94F90B

Tints of Spring Bud #94F90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.03%

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

R = 36.27%
G = 61.03%
B = 2.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#94F90B (or 0x94F90B) is known color: Spring Bud. HEX triplet: 94, F9 and 0B. RGB value is (148,249,11). Sum of RGB (Red+Green+Blue) = 148+249+11=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #94F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F90B is #6B06F4. Grayscale: #C0C0C0. Windows color (decimal): -7014133 or 784788. OLE color: 784788.

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

Color convert

RGB 148 249 11 -
CMYK 0.41 0 0.96 0.02
HSL 85.46º 0.95% 0.51% -
HSV(B) 85.46º 0.96% 0.98% -
XYZ 46.15 74.07 12.18 -
YUV 191.67 26.04 96.85 -
System Red Green Blue C M Y K H S L
Decimal 148 249 11 0.41 0 0.96 0.02 85.46 0.95 0.51
Hex 94 F9 B 29 0 60 2 55 5F 33
Octal 224 371 13 51 0 140 2 125 137 63
Binary 10010100 11111001 1011 101001 0 1100000 10 1010101 1011111 110011

Color Harmonies of #94F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F90B

Black with #94F90B

Text Example


Text Example

White with #94F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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