Html Css Color HEX #94FE4D Green Yellow

📋 copy color: '#94FE4D'

red 148 ◦ green 254 ◦ blue 77

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

Shades of Green Yellow #94FE4D

Tints of Green Yellow #94FE4D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.03%

 BLUE value IS 77 (30.47% from 255) = 16.08%

R = 30.9%
G = 53.03%
B = 16.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#94FE4D (or 0x94FE4D) is known color: Green Yellow. HEX triplet: 94, FE and 4D. RGB value is (148,254,77). Sum of RGB (Red+Green+Blue) = 148+254+77=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FE4D is #6B01B2. Grayscale: #CACACA. Windows color (decimal): -7012787 or 5111444. OLE color: 5111444.

HSL color Cylindrical-coordinate representation of color #94FE4D: hue angle of 95.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94FE4D is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 77 -
CMYK 0.42 0 0.70 0.00
HSL 95.93º 0.99% 0.65% -
HSV(B) 95.93º 0.7% 1% -
XYZ 48.99 77.72 19.44 -
YUV 202.13 57.38 89.39 -
System Red Green Blue C M Y K H S L
Decimal 148 254 77 0.42 0 0.70 0.00 95.93 0.99 0.65
Hex 94 FE 4D 2A 0 46 0 60 63 41
Octal 224 376 115 52 0 106 0 140 143 101
Binary 10010100 11111110 1001101 101010 0 1000110 0 1100000 1100011 1000001

Color Harmonies of #94FE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE4D

Black with #94FE4D

Text Example


Text Example

White with #94FE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,254,77); }

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

background-color css

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

 a { background-color: rgb(148,254,77); }

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

border-color css

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

 span { border-color: rgb(148,254,77); }

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