Html Css Color HEX #94F706 Spring Bud

📋 copy color: '#94F706'

red 148 ◦ green 247 ◦ blue 6

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

Shades of Spring Bud #94F706

Tints of Spring Bud #94F706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 36.91%
G = 61.6%
B = 1.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#94F706 (or 0x94F706) is known color: Spring Bud. HEX triplet: 94, F7 and 06. RGB value is (148,247,6). Sum of RGB (Red+Green+Blue) = 148+247+6=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 247 (96.88% from 255 or 61.60% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 247 - color contains mainly: green. Hex color #94F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F706 is #6B08F9. Grayscale: #BEBEBE. Windows color (decimal): -7014650 or 456596. OLE color: 456596.

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

Color convert

RGB 148 247 6 -
CMYK 0.40 0 0.98 0.03
HSL 84.65º 0.95% 0.5% -
HSV(B) 84.65º 0.98% 0.97% -
XYZ 45.51 72.83 11.83 -
YUV 189.93 24.2 98.1 -
System Red Green Blue C M Y K H S L
Decimal 148 247 6 0.40 0 0.98 0.03 84.65 0.95 0.5
Hex 94 F7 6 28 0 62 3 55 5F 32
Octal 224 367 6 50 0 142 3 125 137 62
Binary 10010100 11110111 110 101000 0 1100010 11 1010101 1011111 110010

Color Harmonies of #94F706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F706

Black with #94F706

Text Example


Text Example

White with #94F706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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