Html Css Color HEX #94E806 Spring Bud

📋 copy color: '#94E806'

red 148 ◦ green 232 ◦ blue 6

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

Shades of Spring Bud #94E806

Tints of Spring Bud #94E806

RGB

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

 GREEN value IS 232 (91.02% from 255) = 60.1%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 38.34%
G = 60.1%
B = 1.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#94E806 (or 0x94E806) is known color: Spring Bud. HEX triplet: 94, E8 and 06. RGB value is (148,232,6). Sum of RGB (Red+Green+Blue) = 148+232+6=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #94E806 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94E806 is #6B17F9. Grayscale: #B5B5B5. Windows color (decimal): -7018490 or 452756. OLE color: 452756.

HSL color Cylindrical-coordinate representation of color #94E806: hue angle of 82.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94E806 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 232 6 -
CMYK 0.36 0 0.97 0.09
HSL 82.3º 0.95% 0.47% -
HSV(B) 82.3º 0.97% 0.91% -
XYZ 41.1 64.02 10.36 -
YUV 181.12 29.17 104.38 -
System Red Green Blue C M Y K H S L
Decimal 148 232 6 0.36 0 0.97 0.09 82.3 0.95 0.47
Hex 94 E8 6 24 0 61 9 52 5F 2F
Octal 224 350 6 44 0 141 11 122 137 57
Binary 10010100 11101000 110 100100 0 1100001 1001 1010010 1011111 101111

Color Harmonies of #94E806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E806

Black with #94E806

Text Example


Text Example

White with #94E806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,232,6); }

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

background-color css

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

 a { background-color: rgb(148,232,6); }

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

border-color css

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

 span { border-color: rgb(148,232,6); }

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