Html Css Color HEX #94FC04 Spring Bud

📋 copy color: '#94FC04'

red 148 ◦ green 252 ◦ blue 4

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

Shades of Spring Bud #94FC04

Tints of Spring Bud #94FC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.38%

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

R = 36.63%
G = 62.38%
B = 0.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#94FC04 (or 0x94FC04) is known color: Spring Bud. HEX triplet: 94, FC and 04. RGB value is (148,252,4). Sum of RGB (Red+Green+Blue) = 148+252+4=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FC04 is #6B03FB. Grayscale: #C1C1C1. Windows color (decimal): -7013372 or 326804. OLE color: 326804.

HSL color Cylindrical-coordinate representation of color #94FC04: hue angle of 85.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94FC04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 4 -
CMYK 0.41 0 0.98 0.01
HSL 85.16º 0.98% 0.5% -
HSV(B) 85.16º 0.98% 0.99% -
XYZ 47.05 75.93 12.29 -
YUV 192.63 21.54 96.17 -
System Red Green Blue C M Y K H S L
Decimal 148 252 4 0.41 0 0.98 0.01 85.16 0.98 0.5
Hex 94 FC 4 29 0 62 1 55 62 32
Octal 224 374 4 51 0 142 1 125 142 62
Binary 10010100 11111100 100 101001 0 1100010 1 1010101 1100010 110010

Color Harmonies of #94FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FC04

Black with #94FC04

Text Example


Text Example

White with #94FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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