Html Css Color HEX #94F617 Spring Bud

📋 copy color: '#94F617'

red 148 ◦ green 246 ◦ blue 23

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

Shades of Spring Bud #94F617

Tints of Spring Bud #94F617

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.99%

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 35.49%
G = 58.99%
B = 5.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#94F617 (or 0x94F617) is known color: Spring Bud. HEX triplet: 94, F6 and 17. RGB value is (148,246,23). Sum of RGB (Red+Green+Blue) = 148+246+23=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #94F617 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F617 is #6B09E8. Grayscale: #C0C0C0. Windows color (decimal): -7014889 or 1570452. OLE color: 1570452.

HSL color Cylindrical-coordinate representation of color #94F617: hue angle of 86.37º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94F617 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 23 -
CMYK 0.40 0 0.91 0.04
HSL 86.37º 0.93% 0.53% -
HSV(B) 86.37º 0.91% 0.96% -
XYZ 45.32 72.27 12.37 -
YUV 191.28 33.03 97.13 -
System Red Green Blue C M Y K H S L
Decimal 148 246 23 0.40 0 0.91 0.04 86.37 0.93 0.53
Hex 94 F6 17 28 0 5B 4 56 5D 35
Octal 224 366 27 50 0 133 4 126 135 65
Binary 10010100 11110110 10111 101000 0 1011011 100 1010110 1011101 110101

Color Harmonies of #94F617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F617

Black with #94F617

Text Example


Text Example

White with #94F617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,246,23); }

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

background-color css

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

 a { background-color: rgb(148,246,23); }

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

border-color css

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

 span { border-color: rgb(148,246,23); }

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