Html Css Color HEX #94F718 Spring Bud

📋 copy color: '#94F718'

red 148 ◦ green 247 ◦ blue 24

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

Shades of Spring Bud #94F718

Tints of Spring Bud #94F718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.73%

R = 35.32%
G = 58.95%
B = 5.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#94F718 (or 0x94F718) is known color: Spring Bud. HEX triplet: 94, F7 and 18. RGB value is (148,247,24). Sum of RGB (Red+Green+Blue) = 148+247+24=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #94F718 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F718 is #6B08E7. Grayscale: #C0C0C0. Windows color (decimal): -7014632 or 1636244. OLE color: 1636244.

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

Color convert

RGB 148 247 24 -
CMYK 0.40 0 0.90 0.03
HSL 86.64º 0.93% 0.53% -
HSV(B) 86.64º 0.9% 0.97% -
XYZ 45.64 72.88 12.53 -
YUV 191.98 33.2 96.63 -
System Red Green Blue C M Y K H S L
Decimal 148 247 24 0.40 0 0.90 0.03 86.64 0.93 0.53
Hex 94 F7 18 28 0 5A 3 57 5D 35
Octal 224 367 30 50 0 132 3 127 135 65
Binary 10010100 11110111 11000 101000 0 1011010 11 1010111 1011101 110101

Color Harmonies of #94F718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F718

Black with #94F718

Text Example


Text Example

White with #94F718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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