#93EB04

Color #93EB04 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #93EB04

Tints of Spring Bud #93EB04

Color information

#93EB04 (or 0x93EB04) is unknown color: approx Spring Bud. HEX triplet: 93, EB and 04. RGB value is (147,235,4). Sum of RGB (Red+Green+Blue) = 147+235+4=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 235 (92.19% from 255 or 60.88% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EB04 is #6C14FB. Grayscale: #B7B7B7. Windows color (decimal): -7083260 or 322451. OLE color: 322451.

HSL color Cylindrical-coordinate representation of color #93EB04: hue angle of 82.86º degrees, saturation: 0.97, 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 #93EB04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB1472354-
CMYK0.3700.980.08
HSL82.86º96.65%46.86%-
HSV(B)82.86º98.3%92.16%-
XYZ41.7665.6310.58-
YUV182.3527.35102.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 235 (92.19% from 255) = 60.88%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=38.08%
G=60.88%
B=1.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal14723540.3700.980.0882.8696.6546.86
Hex93EB425062853612f
Octal22335344501421012314157
Binary100100111110101110010010101100010100010100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93EB04; }

 p { color: rgb(147,235,4); }

 H1.HeaderClassName
 {
   color: #93EB04;
 }
 .AnyTagClassName
 {
   color: #93EB04;
 }
</style>
background-color css

<style>
 a { background-color: #93EB04; }

 a { background-color: rgb(147,235,4); }

 div.DivClassName
 {
   background-color: #93EB04;
 }
 .BgClassName
 {
   background-color: #93EB04;
 }
</style>
border-color css

<style>
 span { border-color: #93EB04; }

 span { border-color: rgb(147,235,4); }

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