Html Css Color HEX #94F711 Spring Bud

📋 copy color: '#94F711'

red 148 ◦ green 247 ◦ blue 17

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

Shades of Spring Bud #94F711

Tints of Spring Bud #94F711

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.95%

 BLUE value IS 17 (7.03% from 255) = 4.13%

R = 35.92%
G = 59.95%
B = 4.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#94F711 (or 0x94F711) is known color: Spring Bud. HEX triplet: 94, F7 and 11. RGB value is (148,247,17). Sum of RGB (Red+Green+Blue) = 148+247+17=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 247 (96.88% from 255 or 59.95% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 247 - color contains mainly: green. Hex color #94F711 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F711 is #6B08EE. Grayscale: #C0C0C0. Windows color (decimal): -7014639 or 1177492. OLE color: 1177492.

HSL color Cylindrical-coordinate representation of color #94F711: hue angle of 85.83º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F711 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 247 17 -
CMYK 0.40 0 0.93 0.03
HSL 85.83º 0.93% 0.52% -
HSV(B) 85.83º 0.93% 0.97% -
XYZ 45.57 72.86 12.19 -
YUV 191.18 29.7 97.2 -
System Red Green Blue C M Y K H S L
Decimal 148 247 17 0.40 0 0.93 0.03 85.83 0.93 0.52
Hex 94 F7 11 28 0 5D 3 56 5D 34
Octal 224 367 21 50 0 135 3 126 135 64
Binary 10010100 11110111 10001 101000 0 1011101 11 1010110 1011101 110100

Color Harmonies of #94F711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F711

Black with #94F711

Text Example


Text Example

White with #94F711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,247,17); }

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

background-color css

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

 a { background-color: rgb(148,247,17); }

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

border-color css

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

 span { border-color: rgb(148,247,17); }

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