Html Css Color HEX #94F114 Spring Bud

📋 copy color: '#94F114'

red 148 ◦ green 241 ◦ blue 20

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

Shades of Spring Bud #94F114

Tints of Spring Bud #94F114

RGB

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

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

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

R = 36.19%
G = 58.92%
B = 4.89%

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

#94F114 (or 0x94F114) is known color: Spring Bud. HEX triplet: 94, F1 and 14. RGB value is (148,241,20). Sum of RGB (Red+Green+Blue) = 148+241+20=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #94F114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F114 is #6B0EEB. Grayscale: #BCBCBC. Windows color (decimal): -7016172 or 1372564. OLE color: 1372564.

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

Color convert

RGB 148 241 20 -
CMYK 0.39 0 0.92 0.05
HSL 85.25º 0.89% 0.51% -
HSV(B) 85.25º 0.92% 0.95% -
XYZ 43.79 69.26 11.72 -
YUV 188 33.19 99.47 -
System Red Green Blue C M Y K H S L
Decimal 148 241 20 0.39 0 0.92 0.05 85.25 0.89 0.51
Hex 94 F1 14 27 0 5C 5 55 59 33
Octal 224 361 24 47 0 134 5 125 131 63
Binary 10010100 11110001 10100 100111 0 1011100 101 1010101 1011001 110011

Color Harmonies of #94F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F114

Black with #94F114

Text Example


Text Example

White with #94F114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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