Html Css Color HEX #94EC04 Spring Bud

📋 copy color: '#94EC04'

red 148 ◦ green 236 ◦ blue 4

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

Shades of Spring Bud #94EC04

Tints of Spring Bud #94EC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 38.14%
G = 60.82%
B = 1.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#94EC04 (or 0x94EC04) is known color: Spring Bud. HEX triplet: 94, EC and 04. RGB value is (148,236,4). Sum of RGB (Red+Green+Blue) = 148+236+4=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC04 is #6B13FB. Grayscale: #B8B8B8. Windows color (decimal): -7017468 or 322708. OLE color: 322708.

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

Color convert

RGB 148 236 4 -
CMYK 0.37 0 0.98 0.07
HSL 82.76º 0.97% 0.47% -
HSV(B) 82.76º 0.98% 0.93% -
XYZ 42.23 66.3 10.69 -
YUV 183.24 26.85 102.86 -
System Red Green Blue C M Y K H S L
Decimal 148 236 4 0.37 0 0.98 0.07 82.76 0.97 0.47
Hex 94 EC 4 25 0 62 7 53 61 2F
Octal 224 354 4 45 0 142 7 123 141 57
Binary 10010100 11101100 100 100101 0 1100010 111 1010011 1100001 101111

Color Harmonies of #94EC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC04

Black with #94EC04

Text Example


Text Example

White with #94EC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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