Html Css Color HEX #94E502 Spring Bud

📋 copy color: '#94E502'

red 148 ◦ green 229 ◦ blue 2

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

Shades of Spring Bud #94E502

Tints of Spring Bud #94E502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.42%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 39.05%
G = 60.42%
B = 0.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#94E502 (or 0x94E502) is known color: Spring Bud. HEX triplet: 94, E5 and 02. RGB value is (148,229,2). Sum of RGB (Red+Green+Blue) = 148+229+2=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #94E502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E502 is #6B1AFD. Grayscale: #B3B3B3. Windows color (decimal): -7019262 or 189844. OLE color: 189844.

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

Color convert

RGB 148 229 2 -
CMYK 0.35 0 0.99 0.10
HSL 81.41º 0.98% 0.45% -
HSV(B) 81.41º 0.99% 0.9% -
XYZ 40.24 62.34 9.97 -
YUV 178.9 28.16 105.96 -
System Red Green Blue C M Y K H S L
Decimal 148 229 2 0.35 0 0.99 0.10 81.41 0.98 0.45
Hex 94 E5 2 23 0 63 A 51 62 2D
Octal 224 345 2 43 0 143 12 121 142 55
Binary 10010100 11100101 10 100011 0 1100011 1010 1010001 1100010 101101

Color Harmonies of #94E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E502

Black with #94E502

Text Example


Text Example

White with #94E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,229,2); }

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

background-color css

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

 a { background-color: rgb(148,229,2); }

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

border-color css

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

 span { border-color: rgb(148,229,2); }

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