Html Css Color HEX #93F602 Spring Bud

📋 copy color: '#93F602'

red 147 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #93F602

Tints of Spring Bud #93F602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 37.22%
G = 62.28%
B = 0.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#93F602 (or 0x93F602) is known color: Spring Bud. HEX triplet: 93, F6 and 02. RGB value is (147,246,2). Sum of RGB (Red+Green+Blue) = 147+246+2=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 246 (96.48% from 255 or 62.28% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 246 - color contains mainly: green. Hex color #93F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F602 is #6C09FD. Grayscale: #BDBDBD. Windows color (decimal): -7080446 or 194195. OLE color: 194195.

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

Color convert

RGB 147 246 2 -
CMYK 0.40 0 0.99 0.04
HSL 84.34º 0.98% 0.49% -
HSV(B) 84.34º 0.99% 0.96% -
XYZ 45 72.12 11.61 -
YUV 188.58 22.7 98.34 -
System Red Green Blue C M Y K H S L
Decimal 147 246 2 0.40 0 0.99 0.04 84.34 0.98 0.49
Hex 93 F6 2 28 0 63 4 54 62 31
Octal 223 366 2 50 0 143 4 124 142 61
Binary 10010011 11110110 10 101000 0 1100011 100 1010100 1100010 110001

Color Harmonies of #93F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F602

Black with #93F602

Text Example


Text Example

White with #93F602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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