Html Css Color HEX #93EB0E Spring Bud

📋 copy color: '#93EB0E'

red 147 ◦ green 235 ◦ blue 14

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

Shades of Spring Bud #93EB0E

Tints of Spring Bud #93EB0E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.34%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 37.12%
G = 59.34%
B = 3.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#93EB0E (or 0x93EB0E) is known color: Spring Bud. HEX triplet: 93, EB and 0E. RGB value is (147,235,14). Sum of RGB (Red+Green+Blue) = 147+235+14=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 235 (92.19% from 255 or 59.34% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EB0E is #6C14F1. Grayscale: #B8B8B8. Windows color (decimal): -7083250 or 977811. OLE color: 977811.

HSL color Cylindrical-coordinate representation of color #93EB0E: hue angle of 83.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93EB0E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 14 -
CMYK 0.37 0 0.94 0.08
HSL 83.89º 0.89% 0.49% -
HSV(B) 83.89º 0.94% 0.92% -
XYZ 41.82 65.65 10.88 -
YUV 183.49 32.35 101.97 -
System Red Green Blue C M Y K H S L
Decimal 147 235 14 0.37 0 0.94 0.08 83.89 0.89 0.49
Hex 93 EB E 25 0 5E 8 54 59 31
Octal 223 353 16 45 0 136 10 124 131 61
Binary 10010011 11101011 1110 100101 0 1011110 1000 1010100 1011001 110001

Color Harmonies of #93EB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EB0E

Black with #93EB0E

Text Example


Text Example

White with #93EB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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