Html Css Color HEX #93E102 Spring Bud

📋 copy color: '#93E102'

red 147 ◦ green 225 ◦ blue 2

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

Shades of Spring Bud #93E102

Tints of Spring Bud #93E102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.16%

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

R = 39.3%
G = 60.16%
B = 0.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#93E102 (or 0x93E102) is known color: Spring Bud. HEX triplet: 93, E1 and 02. RGB value is (147,225,2). Sum of RGB (Red+Green+Blue) = 147+225+2=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #93E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E102 is #6C1EFD. Grayscale: #B1B1B1. Windows color (decimal): -7085822 or 188819. OLE color: 188819.

HSL color Cylindrical-coordinate representation of color #93E102: hue angle of 80.99º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93E102 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 225 2 -
CMYK 0.35 0 0.99 0.12
HSL 80.99º 0.98% 0.45% -
HSV(B) 80.99º 0.99% 0.88% -
XYZ 38.97 60.06 9.6 -
YUV 176.26 29.66 107.13 -
System Red Green Blue C M Y K H S L
Decimal 147 225 2 0.35 0 0.99 0.12 80.99 0.98 0.45
Hex 93 E1 2 23 0 63 C 51 62 2D
Octal 223 341 2 43 0 143 14 121 142 55
Binary 10010011 11100001 10 100011 0 1100011 1100 1010001 1100010 101101

Color Harmonies of #93E102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E102

Black with #93E102

Text Example


Text Example

White with #93E102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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