Html Css Color HEX #93F60F Spring Bud

📋 copy color: '#93F60F'

red 147 ◦ green 246 ◦ blue 15

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

Shades of Spring Bud #93F60F

Tints of Spring Bud #93F60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 36.03%
G = 60.29%
B = 3.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#93F60F (or 0x93F60F) is known color: Spring Bud. HEX triplet: 93, F6 and 0F. RGB value is (147,246,15). Sum of RGB (Red+Green+Blue) = 147+246+15=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 246 (96.48% from 255 or 60.29% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 246 - color contains mainly: green. Hex color #93F60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F60F is #6C09F0. Grayscale: #BEBEBE. Windows color (decimal): -7080433 or 1046163. OLE color: 1046163.

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

Color convert

RGB 147 246 15 -
CMYK 0.40 0 0.94 0.04
HSL 85.71º 0.93% 0.51% -
HSV(B) 85.71º 0.94% 0.96% -
XYZ 45.07 72.15 12 -
YUV 190.07 29.2 97.28 -
System Red Green Blue C M Y K H S L
Decimal 147 246 15 0.40 0 0.94 0.04 85.71 0.93 0.51
Hex 93 F6 F 28 0 5E 4 56 5D 33
Octal 223 366 17 50 0 136 4 126 135 63
Binary 10010011 11110110 1111 101000 0 1011110 100 1010110 1011101 110011

Color Harmonies of #93F60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F60F

Black with #93F60F

Text Example


Text Example

White with #93F60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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