Html Css Color HEX #93EE0D Spring Bud

📋 copy color: '#93EE0D'

red 147 ◦ green 238 ◦ blue 13

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

Shades of Spring Bud #93EE0D

Tints of Spring Bud #93EE0D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 59.8%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 36.93%
G = 59.8%
B = 3.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#93EE0D (or 0x93EE0D) is known color: Spring Bud. HEX triplet: 93, EE and 0D. RGB value is (147,238,13). Sum of RGB (Red+Green+Blue) = 147+238+13=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 238 (93.36% from 255 or 59.80% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 238 - color contains mainly: green. Hex color #93EE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EE0D is #6C11F2. Grayscale: #B9B9B9. Windows color (decimal): -7082483 or 913043. OLE color: 913043.

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

Color convert

RGB 147 238 13 -
CMYK 0.38 0 0.95 0.07
HSL 84.27º 0.9% 0.49% -
HSV(B) 84.27º 0.95% 0.93% -
XYZ 42.68 67.38 11.14 -
YUV 185.14 30.85 100.8 -
System Red Green Blue C M Y K H S L
Decimal 147 238 13 0.38 0 0.95 0.07 84.27 0.9 0.49
Hex 93 EE D 26 0 5F 7 54 5A 31
Octal 223 356 15 46 0 137 7 124 132 61
Binary 10010011 11101110 1101 100110 0 1011111 111 1010100 1011010 110001

Color Harmonies of #93EE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EE0D

Black with #93EE0D

Text Example


Text Example

White with #93EE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,238,13); }

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

background-color css

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

 a { background-color: rgb(147,238,13); }

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

border-color css

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

 span { border-color: rgb(147,238,13); }

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