Html Css Color HEX #93DF00 Spring Bud

📋 copy color: '#93DF00'

red 147 ◦ green 223 ◦ blue 0

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

Shades of Spring Bud #93DF00

Tints of Spring Bud #93DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.27%

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

R = 39.73%
G = 60.27%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#93DF00 (or 0x93DF00) is known color: Spring Bud. HEX triplet: 93, DF and 00. RGB value is (147,223,0). Sum of RGB (Red+Green+Blue) = 147+223+0=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DF00 is #6C20FF. Grayscale: #AFAFAF. Windows color (decimal): -7086336 or 57235. OLE color: 57235.

HSL color Cylindrical-coordinate representation of color #93DF00: hue angle of 80.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93DF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 223 0 -
CMYK 0.34 0 1 0.13
HSL 80.45º 1% 0.44% -
HSV(B) 80.45º 1% 0.87% -
XYZ 38.42 58.98 9.36 -
YUV 174.85 29.32 108.13 -
System Red Green Blue C M Y K H S L
Decimal 147 223 0 0.34 0 1 0.13 80.45 1 0.44
Hex 93 DF 0 22 0 64 D 50 64 2C
Octal 223 337 0 42 0 144 15 120 144 54
Binary 10010011 11011111 0 100010 0 1100100 1101 1010000 1100100 101100

Color Harmonies of #93DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DF00

Black with #93DF00

Text Example


Text Example

White with #93DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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