Html Css Color HEX #94E103 Spring Bud

📋 copy color: '#94E103'

red 148 ◦ green 225 ◦ blue 3

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

Shades of Spring Bud #94E103

Tints of Spring Bud #94E103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.84%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 39.36%
G = 59.84%
B = 0.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#94E103 (or 0x94E103) is known color: Spring Bud. HEX triplet: 94, E1 and 03. RGB value is (148,225,3). Sum of RGB (Red+Green+Blue) = 148+225+3=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #94E103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E103 is #6B1EFC. Grayscale: #B1B1B1. Windows color (decimal): -7020285 or 254356. OLE color: 254356.

HSL color Cylindrical-coordinate representation of color #94E103: hue angle of 80.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94E103 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 3 -
CMYK 0.34 0 0.99 0.12
HSL 80.81º 0.97% 0.45% -
HSV(B) 80.81º 0.99% 0.88% -
XYZ 39.15 60.15 9.63 -
YUV 176.67 29.99 107.55 -
System Red Green Blue C M Y K H S L
Decimal 148 225 3 0.34 0 0.99 0.12 80.81 0.97 0.45
Hex 94 E1 3 22 0 63 C 51 61 2D
Octal 224 341 3 42 0 143 14 121 141 55
Binary 10010100 11100001 11 100010 0 1100011 1100 1010001 1100001 101101

Color Harmonies of #94E103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E103

Black with #94E103

Text Example


Text Example

White with #94E103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,3); }

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

background-color css

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

 a { background-color: rgb(148,225,3); }

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

border-color css

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

 span { border-color: rgb(148,225,3); }

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