Html Css Color HEX #93F210 Spring Bud

📋 copy color: '#93F210'

red 147 ◦ green 242 ◦ blue 16

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

Shades of Spring Bud #93F210

Tints of Spring Bud #93F210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.95%

R = 36.3%
G = 59.75%
B = 3.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#93F210 (or 0x93F210) is known color: Spring Bud. HEX triplet: 93, F2 and 10. RGB value is (147,242,16). Sum of RGB (Red+Green+Blue) = 147+242+16=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 242 (94.92% from 255 or 59.75% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 242 - color contains mainly: green. Hex color #93F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F210 is #6C0DEF. Grayscale: #BCBCBC. Windows color (decimal): -7081456 or 1110675. OLE color: 1110675.

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

Color convert

RGB 147 242 16 -
CMYK 0.39 0 0.93 0.05
HSL 85.22º 0.9% 0.51% -
HSV(B) 85.22º 0.93% 0.95% -
XYZ 43.88 69.74 11.64 -
YUV 187.83 31.03 98.88 -
System Red Green Blue C M Y K H S L
Decimal 147 242 16 0.39 0 0.93 0.05 85.22 0.9 0.51
Hex 93 F2 10 27 0 5D 5 55 5A 33
Octal 223 362 20 47 0 135 5 125 132 63
Binary 10010011 11110010 10000 100111 0 1011101 101 1010101 1011010 110011

Color Harmonies of #93F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F210

Black with #93F210

Text Example


Text Example

White with #93F210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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