Html Css Color HEX #94FB50 Green Yellow

📋 copy color: '#94FB50'

red 148 ◦ green 251 ◦ blue 80

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

Shades of Green Yellow #94FB50

Tints of Green Yellow #94FB50

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.4%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 30.9%
G = 52.4%
B = 16.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#94FB50 (or 0x94FB50) is known color: Green Yellow. HEX triplet: 94, FB and 50. RGB value is (148,251,80). Sum of RGB (Red+Green+Blue) = 148+251+80=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FB50 is #6B04AF. Grayscale: #C9C9C9. Windows color (decimal): -7013552 or 5307284. OLE color: 5307284.

HSL color Cylindrical-coordinate representation of color #94FB50: hue angle of 96.14º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94FB50 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 251 80 -
CMYK 0.41 0 0.68 0.02
HSL 96.14º 0.96% 0.65% -
HSV(B) 96.14º 0.68% 0.98% -
XYZ 48.16 75.87 19.7 -
YUV 200.71 59.88 90.4 -
System Red Green Blue C M Y K H S L
Decimal 148 251 80 0.41 0 0.68 0.02 96.14 0.96 0.65
Hex 94 FB 50 29 0 44 2 60 60 41
Octal 224 373 120 51 0 104 2 140 140 101
Binary 10010100 11111011 1010000 101001 0 1000100 10 1100000 1100000 1000001

Color Harmonies of #94FB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB50

Black with #94FB50

Text Example


Text Example

White with #94FB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,80); }

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

background-color css

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

 a { background-color: rgb(148,251,80); }

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

border-color css

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

 span { border-color: rgb(148,251,80); }

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