Html Css Color HEX #93EC13 Spring Bud

📋 copy color: '#93EC13'

red 147 ◦ green 236 ◦ blue 19

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

Shades of Spring Bud #93EC13

Tints of Spring Bud #93EC13

RGB

 RED value IS 147 (57.81% from 255) = 36.57%

 GREEN value IS 236 (92.58% from 255) = 58.71%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 36.57%
G = 58.71%
B = 4.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#93EC13 (or 0x93EC13) is known color: Spring Bud. HEX triplet: 93, EC and 13. RGB value is (147,236,19). Sum of RGB (Red+Green+Blue) = 147+236+19=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EC13 is #6C13EC. Grayscale: #B9B9B9. Windows color (decimal): -7082989 or 1305747. OLE color: 1305747.

HSL color Cylindrical-coordinate representation of color #93EC13: hue angle of 84.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93EC13 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 236 19 -
CMYK 0.38 0 0.92 0.07
HSL 84.61º 0.85% 0.5% -
HSV(B) 84.61º 0.92% 0.93% -
XYZ 42.15 66.24 11.18 -
YUV 184.65 34.51 101.14 -
System Red Green Blue C M Y K H S L
Decimal 147 236 19 0.38 0 0.92 0.07 84.61 0.85 0.5
Hex 93 EC 13 26 0 5C 7 55 55 32
Octal 223 354 23 46 0 134 7 125 125 62
Binary 10010011 11101100 10011 100110 0 1011100 111 1010101 1010101 110010

Color Harmonies of #93EC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EC13

Black with #93EC13

Text Example


Text Example

White with #93EC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,236,19); }

 H1.HeaderClassName
 {
   color: #93EC13;
 }
 .AnyTagClassName
 {
   color: #93EC13;
 }
</style>

background-color css

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

 a { background-color: rgb(147,236,19); }

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

border-color css

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

 span { border-color: rgb(147,236,19); }

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