Html Css Color HEX #94E205 Spring Bud

📋 copy color: '#94E205'

red 148 ◦ green 226 ◦ blue 5

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

Shades of Spring Bud #94E205

Tints of Spring Bud #94E205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.63%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 39.05%
G = 59.63%
B = 1.32%

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

#94E205 (or 0x94E205) is known color: Spring Bud. HEX triplet: 94, E2 and 05. RGB value is (148,226,5). Sum of RGB (Red+Green+Blue) = 148+226+5=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 226 (88.67% from 255 or 59.63% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 226 - color contains mainly: green. Hex color #94E205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E205 is #6B1DFA. Grayscale: #B2B2B2. Windows color (decimal): -7020027 or 385684. OLE color: 385684.

HSL color Cylindrical-coordinate representation of color #94E205: hue angle of 81.18º degrees, saturation: 0.96, 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 #94E205 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 226 5 -
CMYK 0.35 0 0.98 0.11
HSL 81.18º 0.96% 0.45% -
HSV(B) 81.18º 0.98% 0.89% -
XYZ 39.44 60.7 9.78 -
YUV 177.48 30.66 106.97 -
System Red Green Blue C M Y K H S L
Decimal 148 226 5 0.35 0 0.98 0.11 81.18 0.96 0.45
Hex 94 E2 5 23 0 62 B 51 60 2D
Octal 224 342 5 43 0 142 13 121 140 55
Binary 10010100 11100010 101 100011 0 1100010 1011 1010001 1100000 101101

Color Harmonies of #94E205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E205

Black with #94E205

Text Example


Text Example

White with #94E205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,226,5); }

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

background-color css

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

 a { background-color: rgb(148,226,5); }

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

border-color css

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

 span { border-color: rgb(148,226,5); }

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