Html Css Color HEX #94E404 Spring Bud

📋 copy color: '#94E404'

red 148 ◦ green 228 ◦ blue 4

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

Shades of Spring Bud #94E404

Tints of Spring Bud #94E404

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60%

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

R = 38.95%
G = 60%
B = 1.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#94E404 (or 0x94E404) is known color: Spring Bud. HEX triplet: 94, E4 and 04. RGB value is (148,228,4). Sum of RGB (Red+Green+Blue) = 148+228+4=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #94E404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E404 is #6B1BFB. Grayscale: #B3B3B3. Windows color (decimal): -7019516 or 320660. OLE color: 320660.

HSL color Cylindrical-coordinate representation of color #94E404: hue angle of 81.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94E404 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 228 4 -
CMYK 0.35 0 0.98 0.11
HSL 81.43º 0.97% 0.45% -
HSV(B) 81.43º 0.98% 0.89% -
XYZ 39.98 61.79 9.93 -
YUV 178.54 29.5 106.21 -
System Red Green Blue C M Y K H S L
Decimal 148 228 4 0.35 0 0.98 0.11 81.43 0.97 0.45
Hex 94 E4 4 23 0 62 B 51 61 2D
Octal 224 344 4 43 0 142 13 121 141 55
Binary 10010100 11100100 100 100011 0 1100010 1011 1010001 1100001 101101

Color Harmonies of #94E404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E404

Black with #94E404

Text Example


Text Example

White with #94E404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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