Html Css Color HEX #94EA05 Spring Bud

📋 copy color: '#94EA05'

red 148 ◦ green 234 ◦ blue 5

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

Shades of Spring Bud #94EA05

Tints of Spring Bud #94EA05

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60.47%

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

R = 38.24%
G = 60.47%
B = 1.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#94EA05 (or 0x94EA05) is known color: Spring Bud. HEX triplet: 94, EA and 05. RGB value is (148,234,5). Sum of RGB (Red+Green+Blue) = 148+234+5=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 234 (91.80% from 255 or 60.47% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EA05 is #6B15FA. Grayscale: #B7B7B7. Windows color (decimal): -7017979 or 387732. OLE color: 387732.

HSL color Cylindrical-coordinate representation of color #94EA05: hue angle of 82.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94EA05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 5 -
CMYK 0.37 0 0.98 0.08
HSL 82.53º 0.96% 0.47% -
HSV(B) 82.53º 0.98% 0.92% -
XYZ 41.66 65.15 10.52 -
YUV 182.18 28.01 103.62 -
System Red Green Blue C M Y K H S L
Decimal 148 234 5 0.37 0 0.98 0.08 82.53 0.96 0.47
Hex 94 EA 5 25 0 62 8 53 60 2F
Octal 224 352 5 45 0 142 10 123 140 57
Binary 10010100 11101010 101 100101 0 1100010 1000 1010011 1100000 101111

Color Harmonies of #94EA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA05

Black with #94EA05

Text Example


Text Example

White with #94EA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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