Html Css Color HEX #94F717 Spring Bud

📋 copy color: '#94F717'

red 148 ◦ green 247 ◦ blue 23

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

Shades of Spring Bud #94F717

Tints of Spring Bud #94F717

RGB

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

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

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

R = 35.41%
G = 59.09%
B = 5.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#94F717 (or 0x94F717) is known color: Spring Bud. HEX triplet: 94, F7 and 17. RGB value is (148,247,23). Sum of RGB (Red+Green+Blue) = 148+247+23=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #94F717 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F717 is #6B08E8. Grayscale: #C0C0C0. Windows color (decimal): -7014633 or 1570708. OLE color: 1570708.

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

Color convert

RGB 148 247 23 -
CMYK 0.40 0 0.91 0.03
HSL 86.52º 0.93% 0.53% -
HSV(B) 86.52º 0.91% 0.97% -
XYZ 45.63 72.88 12.47 -
YUV 191.86 32.7 96.71 -
System Red Green Blue C M Y K H S L
Decimal 148 247 23 0.40 0 0.91 0.03 86.52 0.93 0.53
Hex 94 F7 17 28 0 5B 3 57 5D 35
Octal 224 367 27 50 0 133 3 127 135 65
Binary 10010100 11110111 10111 101000 0 1011011 11 1010111 1011101 110101

Color Harmonies of #94F717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F717

Black with #94F717

Text Example


Text Example

White with #94F717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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