Html Css Color HEX #94F30B Spring Bud

📋 copy color: '#94F30B'

red 148 ◦ green 243 ◦ blue 11

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

Shades of Spring Bud #94F30B

Tints of Spring Bud #94F30B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.45%

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

R = 36.82%
G = 60.45%
B = 2.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#94F30B (or 0x94F30B) is known color: Spring Bud. HEX triplet: 94, F3 and 0B. RGB value is (148,243,11). Sum of RGB (Red+Green+Blue) = 148+243+11=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 243 (95.31% from 255 or 60.45% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 243 - color contains mainly: green. Hex color #94F30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F30B is #6B0CF4. Grayscale: #BCBCBC. Windows color (decimal): -7015669 or 783252. OLE color: 783252.

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

Color convert

RGB 148 243 11 -
CMYK 0.39 0 0.95 0.05
HSL 84.57º 0.91% 0.5% -
HSV(B) 84.57º 0.95% 0.95% -
XYZ 44.32 70.42 11.57 -
YUV 188.15 28.03 99.36 -
System Red Green Blue C M Y K H S L
Decimal 148 243 11 0.39 0 0.95 0.05 84.57 0.91 0.5
Hex 94 F3 B 27 0 5F 5 55 5B 32
Octal 224 363 13 47 0 137 5 125 133 62
Binary 10010100 11110011 1011 100111 0 1011111 101 1010101 1011011 110010

Color Harmonies of #94F30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F30B

Black with #94F30B

Text Example


Text Example

White with #94F30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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