Html Css Color HEX #93F608 Spring Bud

📋 copy color: '#93F608'

red 147 ◦ green 246 ◦ blue 8

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

Shades of Spring Bud #93F608

Tints of Spring Bud #93F608

RGB

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

 GREEN value IS 246 (96.48% from 255) = 61.35%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 36.66%
G = 61.35%
B = 2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#93F608 (or 0x93F608) is known color: Spring Bud. HEX triplet: 93, F6 and 08. RGB value is (147,246,8). Sum of RGB (Red+Green+Blue) = 147+246+8=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 246 (96.48% from 255 or 61.35% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 246 - color contains mainly: green. Hex color #93F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F608 is #6C09F7. Grayscale: #BEBEBE. Windows color (decimal): -7080440 or 587411. OLE color: 587411.

HSL color Cylindrical-coordinate representation of color #93F608: hue angle of 84.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93F608 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 246 8 -
CMYK 0.40 0 0.97 0.04
HSL 84.96º 0.94% 0.5% -
HSV(B) 84.96º 0.97% 0.96% -
XYZ 45.03 72.13 11.78 -
YUV 189.27 25.7 97.85 -
System Red Green Blue C M Y K H S L
Decimal 147 246 8 0.40 0 0.97 0.04 84.96 0.94 0.5
Hex 93 F6 8 28 0 61 4 55 5E 32
Octal 223 366 10 50 0 141 4 125 136 62
Binary 10010011 11110110 1000 101000 0 1100001 100 1010101 1011110 110010

Color Harmonies of #93F608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F608

Black with #93F608

Text Example


Text Example

White with #93F608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,246,8); }

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

background-color css

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

 a { background-color: rgb(147,246,8); }

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

border-color css

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

 span { border-color: rgb(147,246,8); }

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