Html Css Color HEX #93F200 Spring Bud

📋 copy color: '#93F200'

red 147 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #93F200

Tints of Spring Bud #93F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.79%
G = 62.21%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#93F200 (or 0x93F200) is known color: Spring Bud. HEX triplet: 93, F2 and 00. RGB value is (147,242,0). Sum of RGB (Red+Green+Blue) = 147+242+0=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #93F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F200 is #6C0DFF. Grayscale: #BABABA. Windows color (decimal): -7081472 or 62099. OLE color: 62099.

HSL color Cylindrical-coordinate representation of color #93F200: hue angle of 83.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93F200 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 242 0 -
CMYK 0.39 0 1 0.05
HSL 83.55º 1% 0.47% -
HSV(B) 83.55º 1% 0.95% -
XYZ 43.78 69.71 11.15 -
YUV 186.01 23.03 100.18 -
System Red Green Blue C M Y K H S L
Decimal 147 242 0 0.39 0 1 0.05 83.55 1 0.47
Hex 93 F2 0 27 0 64 5 54 64 2F
Octal 223 362 0 47 0 144 5 124 144 57
Binary 10010011 11110010 0 100111 0 1100100 101 1010100 1100100 101111

Color Harmonies of #93F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F200

Black with #93F200

Text Example


Text Example

White with #93F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,242,0); }

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

background-color css

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

 a { background-color: rgb(147,242,0); }

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

border-color css

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

 span { border-color: rgb(147,242,0); }

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