Html Css Color HEX #93F114 Spring Bud

📋 copy color: '#93F114'

red 147 ◦ green 241 ◦ blue 20

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

Shades of Spring Bud #93F114

Tints of Spring Bud #93F114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.07%

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 36.03%
G = 59.07%
B = 4.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#93F114 (or 0x93F114) is known color: Spring Bud. HEX triplet: 93, F1 and 14. RGB value is (147,241,20). Sum of RGB (Red+Green+Blue) = 147+241+20=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #93F114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F114 is #6C0EEB. Grayscale: #BCBCBC. Windows color (decimal): -7081708 or 1372563. OLE color: 1372563.

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

Color convert

RGB 147 241 20 -
CMYK 0.39 0 0.92 0.05
HSL 85.52º 0.89% 0.51% -
HSV(B) 85.52º 0.92% 0.95% -
XYZ 43.61 69.16 11.71 -
YUV 187.7 33.36 98.97 -
System Red Green Blue C M Y K H S L
Decimal 147 241 20 0.39 0 0.92 0.05 85.52 0.89 0.51
Hex 93 F1 14 27 0 5C 5 56 59 33
Octal 223 361 24 47 0 134 5 126 131 63
Binary 10010011 11110001 10100 100111 0 1011100 101 1010110 1011001 110011

Color Harmonies of #93F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F114

Black with #93F114

Text Example


Text Example

White with #93F114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,241,20); }

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

background-color css

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

 a { background-color: rgb(147,241,20); }

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

border-color css

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

 span { border-color: rgb(147,241,20); }

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