Html Css Color HEX #93F613 Spring Bud

📋 copy color: '#93F613'

red 147 ◦ green 246 ◦ blue 19

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

Shades of Spring Bud #93F613

Tints of Spring Bud #93F613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 35.68%
G = 59.71%
B = 4.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#93F613 (or 0x93F613) is known color: Spring Bud. HEX triplet: 93, F6 and 13. RGB value is (147,246,19). Sum of RGB (Red+Green+Blue) = 147+246+19=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 246 (96.48% from 255 or 59.71% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 246 - color contains mainly: green. Hex color #93F613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F613 is #6C09EC. Grayscale: #BFBFBF. Windows color (decimal): -7080429 or 1308307. OLE color: 1308307.

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

Color convert

RGB 147 246 19 -
CMYK 0.40 0 0.92 0.04
HSL 86.17º 0.93% 0.52% -
HSV(B) 86.17º 0.92% 0.96% -
XYZ 45.11 72.16 12.17 -
YUV 190.52 31.2 96.96 -
System Red Green Blue C M Y K H S L
Decimal 147 246 19 0.40 0 0.92 0.04 86.17 0.93 0.52
Hex 93 F6 13 28 0 5C 4 56 5D 34
Octal 223 366 23 50 0 134 4 126 135 64
Binary 10010011 11110110 10011 101000 0 1011100 100 1010110 1011101 110100

Color Harmonies of #93F613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F613

Black with #93F613

Text Example


Text Example

White with #93F613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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