Html Css Color HEX #94F507 Spring Bud

📋 copy color: '#94F507'

red 148 ◦ green 245 ◦ blue 7

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

Shades of Spring Bud #94F507

Tints of Spring Bud #94F507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 37%
G = 61.25%
B = 1.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#94F507 (or 0x94F507) is known color: Spring Bud. HEX triplet: 94, F5 and 07. RGB value is (148,245,7). Sum of RGB (Red+Green+Blue) = 148+245+7=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #94F507 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F507 is #6B0AF8. Grayscale: #BDBDBD. Windows color (decimal): -7015161 or 521620. OLE color: 521620.

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

Color convert

RGB 148 245 7 -
CMYK 0.40 0 0.97 0.04
HSL 84.45º 0.94% 0.49% -
HSV(B) 84.45º 0.97% 0.96% -
XYZ 44.9 71.62 11.66 -
YUV 188.87 25.36 98.85 -
System Red Green Blue C M Y K H S L
Decimal 148 245 7 0.40 0 0.97 0.04 84.45 0.94 0.49
Hex 94 F5 7 28 0 61 4 54 5E 31
Octal 224 365 7 50 0 141 4 124 136 61
Binary 10010100 11110101 111 101000 0 1100001 100 1010100 1011110 110001

Color Harmonies of #94F507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F507

Black with #94F507

Text Example


Text Example

White with #94F507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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