Html Css Color HEX #93F705 Spring Bud

📋 copy color: '#93F705'

red 147 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #93F705

Tints of Spring Bud #93F705

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.9%

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 36.84%
G = 61.9%
B = 1.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#93F705 (or 0x93F705) is known color: Spring Bud. HEX triplet: 93, F7 and 05. RGB value is (147,247,5). Sum of RGB (Red+Green+Blue) = 147+247+5=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #93F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F705 is #6C08FA. Grayscale: #BEBEBE. Windows color (decimal): -7080187 or 391059. OLE color: 391059.

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

Color convert

RGB 147 247 5 -
CMYK 0.40 0 0.98 0.03
HSL 84.79º 0.96% 0.49% -
HSV(B) 84.79º 0.98% 0.97% -
XYZ 45.32 72.74 11.79 -
YUV 189.51 23.87 97.68 -
System Red Green Blue C M Y K H S L
Decimal 147 247 5 0.40 0 0.98 0.03 84.79 0.96 0.49
Hex 93 F7 5 28 0 62 3 55 60 31
Octal 223 367 5 50 0 142 3 125 140 61
Binary 10010011 11110111 101 101000 0 1100010 11 1010101 1100000 110001

Color Harmonies of #93F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F705

Black with #93F705

Text Example


Text Example

White with #93F705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,247,5); }

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

background-color css

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

 a { background-color: rgb(147,247,5); }

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

border-color css

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

 span { border-color: rgb(147,247,5); }

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