Html Css Color HEX #94E303 Spring Bud

📋 copy color: '#94E303'

red 148 ◦ green 227 ◦ blue 3

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

Shades of Spring Bud #94E303

Tints of Spring Bud #94E303

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.05%

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

R = 39.15%
G = 60.05%
B = 0.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#94E303 (or 0x94E303) is known color: Spring Bud. HEX triplet: 94, E3 and 03. RGB value is (148,227,3). Sum of RGB (Red+Green+Blue) = 148+227+3=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #94E303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E303 is #6B1CFC. Grayscale: #B2B2B2. Windows color (decimal): -7019773 or 254868. OLE color: 254868.

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

Color convert

RGB 148 227 3 -
CMYK 0.35 0 0.99 0.11
HSL 81.16º 0.97% 0.45% -
HSV(B) 81.16º 0.99% 0.89% -
XYZ 39.7 61.24 9.81 -
YUV 177.84 29.33 106.71 -
System Red Green Blue C M Y K H S L
Decimal 148 227 3 0.35 0 0.99 0.11 81.16 0.97 0.45
Hex 94 E3 3 23 0 63 B 51 61 2D
Octal 224 343 3 43 0 143 13 121 141 55
Binary 10010100 11100011 11 100011 0 1100011 1011 1010001 1100001 101101

Color Harmonies of #94E303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E303

Black with #94E303

Text Example


Text Example

White with #94E303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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