Html Css Color HEX #93F203 Spring Bud

📋 copy color: '#93F203'

red 147 ◦ green 242 ◦ blue 3

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

Shades of Spring Bud #93F203

Tints of Spring Bud #93F203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 37.5%
G = 61.73%
B = 0.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#93F203 (or 0x93F203) is known color: Spring Bud. HEX triplet: 93, F2 and 03. RGB value is (147,242,3). Sum of RGB (Red+Green+Blue) = 147+242+3=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #93F203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F203 is #6C0DFC. Grayscale: #BBBBBB. Windows color (decimal): -7081469 or 258707. OLE color: 258707.

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

Color convert

RGB 147 242 3 -
CMYK 0.39 0 0.99 0.05
HSL 83.85º 0.98% 0.48% -
HSV(B) 83.85º 0.99% 0.95% -
XYZ 43.8 69.71 11.23 -
YUV 186.35 24.53 99.93 -
System Red Green Blue C M Y K H S L
Decimal 147 242 3 0.39 0 0.99 0.05 83.85 0.98 0.48
Hex 93 F2 3 27 0 63 5 54 62 30
Octal 223 362 3 47 0 143 5 124 142 60
Binary 10010011 11110010 11 100111 0 1100011 101 1010100 1100010 110000

Color Harmonies of #93F203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F203

Black with #93F203

Text Example


Text Example

White with #93F203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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