Html Css Color HEX #93ED16 Spring Bud

📋 copy color: '#93ED16'

red 147 ◦ green 237 ◦ blue 22

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

Shades of Spring Bud #93ED16

Tints of Spring Bud #93ED16

RGB

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

 GREEN value IS 237 (92.97% from 255) = 58.37%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 36.21%
G = 58.37%
B = 5.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#93ED16 (or 0x93ED16) is known color: Spring Bud. HEX triplet: 93, ED and 16. RGB value is (147,237,22). Sum of RGB (Red+Green+Blue) = 147+237+22=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93ED16 is #6C12E9. Grayscale: #BABABA. Windows color (decimal): -7082730 or 1502611. OLE color: 1502611.

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

Color convert

RGB 147 237 22 -
CMYK 0.38 0 0.91 0.07
HSL 85.12º 0.86% 0.51% -
HSV(B) 85.12º 0.91% 0.93% -
XYZ 42.46 66.83 11.42 -
YUV 185.58 35.68 100.48 -
System Red Green Blue C M Y K H S L
Decimal 147 237 22 0.38 0 0.91 0.07 85.12 0.86 0.51
Hex 93 ED 16 26 0 5B 7 55 56 33
Octal 223 355 26 46 0 133 7 125 126 63
Binary 10010011 11101101 10110 100110 0 1011011 111 1010101 1010110 110011

Color Harmonies of #93ED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ED16

Black with #93ED16

Text Example


Text Example

White with #93ED16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,237,22); }

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

background-color css

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

 a { background-color: rgb(147,237,22); }

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

border-color css

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

 span { border-color: rgb(147,237,22); }

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