Html Css Color HEX #94F115 Spring Bud

📋 copy color: '#94F115'

red 148 ◦ green 241 ◦ blue 21

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

Shades of Spring Bud #94F115

Tints of Spring Bud #94F115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.12%

R = 36.1%
G = 58.78%
B = 5.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#94F115 (or 0x94F115) is known color: Spring Bud. HEX triplet: 94, F1 and 15. RGB value is (148,241,21). Sum of RGB (Red+Green+Blue) = 148+241+21=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #94F115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F115 is #6B0EEA. Grayscale: #BCBCBC. Windows color (decimal): -7016171 or 1438100. OLE color: 1438100.

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

Color convert

RGB 148 241 21 -
CMYK 0.39 0 0.91 0.05
HSL 85.36º 0.89% 0.51% -
HSV(B) 85.36º 0.91% 0.95% -
XYZ 43.8 69.26 11.77 -
YUV 188.11 33.69 99.39 -
System Red Green Blue C M Y K H S L
Decimal 148 241 21 0.39 0 0.91 0.05 85.36 0.89 0.51
Hex 94 F1 15 27 0 5B 5 55 59 33
Octal 224 361 25 47 0 133 5 125 131 63
Binary 10010100 11110001 10101 100111 0 1011011 101 1010101 1011001 110011

Color Harmonies of #94F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F115

Black with #94F115

Text Example


Text Example

White with #94F115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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