#93E201

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

Shades of Spring Bud #93E201

Tints of Spring Bud #93E201

Color information

#93E201 (or 0x93E201) is unknown color: approx Spring Bud. HEX triplet: 93, E2 and 01. RGB value is (147,226,1). Sum of RGB (Red+Green+Blue) = 147+226+1=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #93E201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E201 is #6C1DFE. Grayscale: #B1B1B1. Windows color (decimal): -7085567 or 123539. OLE color: 123539.

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

Color convert

RGB1472261-
CMYK0.3501.000.11
HSL81.07º99.12%44.51%-
HSV(B)81.07º99.56%88.63%-
XYZ39.2360.69.66-
YUV176.7328.83106.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 226 (88.67% from 255) = 60.43%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=39.30%
G=60.43%
B=0.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14722610.3501.000.1181.0799.1244.51
Hex93E2123064B51632d
Octal22334214301441312114355
Binary1001001111100010110001101100100101110100011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,226,1); }

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

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

 a { background-color: rgb(147,226,1); }

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

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

 span { border-color: rgb(147,226,1); }

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