Html Css Color HEX #94F117 Spring Bud

📋 copy color: '#94F117'

red 148 ◦ green 241 ◦ blue 23

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

Shades of Spring Bud #94F117

Tints of Spring Bud #94F117

RGB

 RED value IS 148 (58.2% from 255) = 35.92%

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

 BLUE value IS 23 (9.38% from 255) = 5.58%

R = 35.92%
G = 58.5%
B = 5.58%

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

#94F117 (or 0x94F117) is known color: Spring Bud. HEX triplet: 94, F1 and 17. RGB value is (148,241,23). Sum of RGB (Red+Green+Blue) = 148+241+23=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #94F117 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F117 is #6B0EE8. Grayscale: #BDBDBD. Windows color (decimal): -7016169 or 1569172. OLE color: 1569172.

HSL color Cylindrical-coordinate representation of color #94F117: hue angle of 85.6º 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 #94F117 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 23 -
CMYK 0.39 0 0.90 0.05
HSL 85.6º 0.89% 0.52% -
HSV(B) 85.6º 0.9% 0.95% -
XYZ 43.82 69.27 11.87 -
YUV 188.34 34.69 99.23 -
System Red Green Blue C M Y K H S L
Decimal 148 241 23 0.39 0 0.90 0.05 85.6 0.89 0.52
Hex 94 F1 17 27 0 5A 5 56 59 34
Octal 224 361 27 47 0 132 5 126 131 64
Binary 10010100 11110001 10111 100111 0 1011010 101 1010110 1011001 110100

Color Harmonies of #94F117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F117

Black with #94F117

Text Example


Text Example

White with #94F117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F117; }

 p { color: rgb(148,241,23); }

 H1.HeaderClassName
 {
   color: #94F117;
 }
 .AnyTagClassName
 {
   color: #94F117;
 }
</style>

background-color css

<style>
 a { background-color: #94F117; }

 a { background-color: rgb(148,241,23); }

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

border-color css

<style>
 span { border-color: #94F117; }

 span { border-color: rgb(148,241,23); }

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