Html Css Color HEX #94F701 Spring Bud

📋 copy color: '#94F701'

red 148 ◦ green 247 ◦ blue 1

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

Shades of Spring Bud #94F701

Tints of Spring Bud #94F701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 37.37%
G = 62.37%
B = 0.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#94F701 (or 0x94F701) is known color: Spring Bud. HEX triplet: 94, F7 and 01. RGB value is (148,247,1). Sum of RGB (Red+Green+Blue) = 148+247+1=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 247 (96.88% from 255 or 62.37% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 247 - color contains mainly: green. Hex color #94F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F701 is #6B08FE. Grayscale: #BEBEBE. Windows color (decimal): -7014655 or 128916. OLE color: 128916.

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

Color convert

RGB 148 247 1 -
CMYK 0.40 0 1.00 0.03
HSL 84.15º 0.99% 0.49% -
HSV(B) 84.15º 1% 0.97% -
XYZ 45.48 72.82 11.69 -
YUV 189.36 21.7 98.5 -
System Red Green Blue C M Y K H S L
Decimal 148 247 1 0.40 0 1.00 0.03 84.15 0.99 0.49
Hex 94 F7 1 28 0 64 3 54 63 31
Octal 224 367 1 50 0 144 3 124 143 61
Binary 10010100 11110111 1 101000 0 1100100 11 1010100 1100011 110001

Color Harmonies of #94F701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F701

Black with #94F701

Text Example


Text Example

White with #94F701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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