#93F608

Color #93F608 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #93F608

Tints of Spring Bud #93F608

Color information

#93F608 (or 0x93F608) is unknown color: approx 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

RGB1472468-
CMYK0.4000.970.04
HSL84.96º93.7%49.8%-
HSV(B)84.96º96.75%96.47%-
XYZ45.0372.1311.78-
YUV189.2725.797.85-

RGB Variations

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

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.00%
R=36.66%
G=61.35%
B=2.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14724680.4000.970.0484.9693.749.8
Hex93F68280614555e32
Octal22336610500141412513662
Binary100100111111011010001010000110000110010101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>