Html Css Color HEX #93EF00 Spring Bud

📋 copy color: '#93EF00'

red 147 ◦ green 239 ◦ blue 0

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

Shades of Spring Bud #93EF00

Tints of Spring Bud #93EF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 61.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.08%
G = 61.92%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#93EF00 (or 0x93EF00) is known color: Spring Bud. HEX triplet: 93, EF and 00. RGB value is (147,239,0). Sum of RGB (Red+Green+Blue) = 147+239+0=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 239 (93.75% from 255 or 61.92% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EF00 is #6C10FF. Grayscale: #B9B9B9. Windows color (decimal): -7082240 or 61331. OLE color: 61331.

HSL color Cylindrical-coordinate representation of color #93EF00: hue angle of 83.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93EF00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 0 -
CMYK 0.38 0 1 0.06
HSL 83.1º 1% 0.47% -
HSV(B) 83.1º 1% 0.94% -
XYZ 42.9 67.94 10.85 -
YUV 184.25 24.02 101.43 -
System Red Green Blue C M Y K H S L
Decimal 147 239 0 0.38 0 1 0.06 83.1 1 0.47
Hex 93 EF 0 26 0 64 6 53 64 2F
Octal 223 357 0 46 0 144 6 123 144 57
Binary 10010011 11101111 0 100110 0 1100100 110 1010011 1100100 101111

Color Harmonies of #93EF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EF00

Black with #93EF00

Text Example


Text Example

White with #93EF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,239,0); }

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

background-color css

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

 a { background-color: rgb(147,239,0); }

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

border-color css

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

 span { border-color: rgb(147,239,0); }

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