Html Css Color HEX #93F119 Spring Bud

📋 copy color: '#93F119'

red 147 ◦ green 241 ◦ blue 25

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

Shades of Spring Bud #93F119

Tints of Spring Bud #93F119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 35.59%
G = 58.35%
B = 6.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#93F119 (or 0x93F119) is known color: Spring Bud. HEX triplet: 93, F1 and 19. RGB value is (147,241,25). Sum of RGB (Red+Green+Blue) = 147+241+25=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #93F119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F119 is #6C0EE6. Grayscale: #BDBDBD. Windows color (decimal): -7081703 or 1700243. OLE color: 1700243.

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

Color convert

RGB 147 241 25 -
CMYK 0.39 0 0.90 0.05
HSL 86.11º 0.89% 0.52% -
HSV(B) 86.11º 0.9% 0.95% -
XYZ 43.66 69.18 11.97 -
YUV 188.27 35.86 98.56 -
System Red Green Blue C M Y K H S L
Decimal 147 241 25 0.39 0 0.90 0.05 86.11 0.89 0.52
Hex 93 F1 19 27 0 5A 5 56 59 34
Octal 223 361 31 47 0 132 5 126 131 64
Binary 10010011 11110001 11001 100111 0 1011010 101 1010110 1011001 110100

Color Harmonies of #93F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F119

Black with #93F119

Text Example


Text Example

White with #93F119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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