Html Css Color HEX #93F011 Spring Bud

📋 copy color: '#93F011'

red 147 ◦ green 240 ◦ blue 17

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

Shades of Spring Bud #93F011

Tints of Spring Bud #93F011

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.41%

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 36.39%
G = 59.41%
B = 4.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#93F011 (or 0x93F011) is known color: Spring Bud. HEX triplet: 93, F0 and 11. RGB value is (147,240,17). Sum of RGB (Red+Green+Blue) = 147+240+17=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #93F011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F011 is #6C0FEE. Grayscale: #BBBBBB. Windows color (decimal): -7081967 or 1175699. OLE color: 1175699.

HSL color Cylindrical-coordinate representation of color #93F011: hue angle of 85.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93F011 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 240 17 -
CMYK 0.39 0 0.93 0.06
HSL 85.02º 0.88% 0.5% -
HSV(B) 85.02º 0.93% 0.94% -
XYZ 43.29 68.56 11.48 -
YUV 186.77 32.19 99.63 -
System Red Green Blue C M Y K H S L
Decimal 147 240 17 0.39 0 0.93 0.06 85.02 0.88 0.5
Hex 93 F0 11 27 0 5D 6 55 58 32
Octal 223 360 21 47 0 135 6 125 130 62
Binary 10010011 11110000 10001 100111 0 1011101 110 1010101 1011000 110010

Color Harmonies of #93F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F011

Black with #93F011

Text Example


Text Example

White with #93F011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,240,17); }

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

background-color css

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

 a { background-color: rgb(147,240,17); }

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

border-color css

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

 span { border-color: rgb(147,240,17); }

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