Html Css Color HEX #94EC07 Spring Bud

📋 copy color: '#94EC07'

red 148 ◦ green 236 ◦ blue 7

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

Shades of Spring Bud #94EC07

Tints of Spring Bud #94EC07

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.36%

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

R = 37.85%
G = 60.36%
B = 1.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#94EC07 (or 0x94EC07) is known color: Spring Bud. HEX triplet: 94, EC and 07. RGB value is (148,236,7). Sum of RGB (Red+Green+Blue) = 148+236+7=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC07 is #6B13F8. Grayscale: #B8B8B8. Windows color (decimal): -7017465 or 519316. OLE color: 519316.

HSL color Cylindrical-coordinate representation of color #94EC07: hue angle of 83.06º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94EC07 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 7 -
CMYK 0.37 0 0.97 0.07
HSL 83.06º 0.94% 0.48% -
HSV(B) 83.06º 0.97% 0.93% -
XYZ 42.25 66.3 10.77 -
YUV 183.58 28.35 102.62 -
System Red Green Blue C M Y K H S L
Decimal 148 236 7 0.37 0 0.97 0.07 83.06 0.94 0.48
Hex 94 EC 7 25 0 61 7 53 5E 30
Octal 224 354 7 45 0 141 7 123 136 60
Binary 10010100 11101100 111 100101 0 1100001 111 1010011 1011110 110000

Color Harmonies of #94EC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC07

Black with #94EC07

Text Example


Text Example

White with #94EC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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