Html Css Color HEX #94F915 Spring Bud

📋 copy color: '#94F915'

red 148 ◦ green 249 ◦ blue 21

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

Shades of Spring Bud #94F915

Tints of Spring Bud #94F915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.57%

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

R = 35.41%
G = 59.57%
B = 5.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#94F915 (or 0x94F915) is known color: Spring Bud. HEX triplet: 94, F9 and 15. RGB value is (148,249,21). Sum of RGB (Red+Green+Blue) = 148+249+21=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #94F915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F915 is #6B06EA. Grayscale: #C1C1C1. Windows color (decimal): -7014123 or 1440148. OLE color: 1440148.

HSL color Cylindrical-coordinate representation of color #94F915: hue angle of 86.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94F915 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 21 -
CMYK 0.41 0 0.92 0.02
HSL 86.58º 0.95% 0.53% -
HSV(B) 86.58º 0.92% 0.98% -
XYZ 46.22 74.1 12.58 -
YUV 192.81 31.04 96.04 -
System Red Green Blue C M Y K H S L
Decimal 148 249 21 0.41 0 0.92 0.02 86.58 0.95 0.53
Hex 94 F9 15 29 0 5C 2 57 5F 35
Octal 224 371 25 51 0 134 2 127 137 65
Binary 10010100 11111001 10101 101001 0 1011100 10 1010111 1011111 110101

Color Harmonies of #94F915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F915

Black with #94F915

Text Example


Text Example

White with #94F915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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