Html Css Color HEX #93E702 Spring Bud

📋 copy color: '#93E702'

red 147 ◦ green 231 ◦ blue 2

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

Shades of Spring Bud #93E702

Tints of Spring Bud #93E702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 60.79%

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

R = 38.68%
G = 60.79%
B = 0.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#93E702 (or 0x93E702) is known color: Spring Bud. HEX triplet: 93, E7 and 02. RGB value is (147,231,2). Sum of RGB (Red+Green+Blue) = 147+231+2=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #93E702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93E702 is #6C18FD. Grayscale: #B4B4B4. Windows color (decimal): -7084286 or 190355. OLE color: 190355.

HSL color Cylindrical-coordinate representation of color #93E702: hue angle of 82.01º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93E702 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 231 2 -
CMYK 0.36 0 0.99 0.09
HSL 82.01º 0.98% 0.46% -
HSV(B) 82.01º 0.99% 0.91% -
XYZ 40.62 63.36 10.15 -
YUV 179.78 27.67 104.62 -
System Red Green Blue C M Y K H S L
Decimal 147 231 2 0.36 0 0.99 0.09 82.01 0.98 0.46
Hex 93 E7 2 24 0 63 9 52 62 2E
Octal 223 347 2 44 0 143 11 122 142 56
Binary 10010011 11100111 10 100100 0 1100011 1001 1010010 1100010 101110

Color Harmonies of #93E702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E702

Black with #93E702

Text Example


Text Example

White with #93E702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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