Html Css Color HEX #94FE4C Green Yellow

📋 copy color: '#94FE4C'

red 148 ◦ green 254 ◦ blue 76

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

Shades of Green Yellow #94FE4C

Tints of Green Yellow #94FE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.9%

R = 30.96%
G = 53.14%
B = 15.9%

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

#94FE4C (or 0x94FE4C) is known color: Green Yellow. HEX triplet: 94, FE and 4C. RGB value is (148,254,76). Sum of RGB (Red+Green+Blue) = 148+254+76=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FE4C is #6B01B3. Grayscale: #CACACA. Windows color (decimal): -7012788 or 5045908. OLE color: 5045908.

HSL color Cylindrical-coordinate representation of color #94FE4C: hue angle of 95.73º 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 #94FE4C is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 76 -
CMYK 0.42 0 0.70 0.00
HSL 95.73º 0.99% 0.65% -
HSV(B) 95.73º 0.7% 1% -
XYZ 48.96 77.7 19.25 -
YUV 202.01 56.88 89.47 -
System Red Green Blue C M Y K H S L
Decimal 148 254 76 0.42 0 0.70 0.00 95.73 0.99 0.65
Hex 94 FE 4C 2A 0 46 0 60 63 41
Octal 224 376 114 52 0 106 0 140 143 101
Binary 10010100 11111110 1001100 101010 0 1000110 0 1100000 1100011 1000001

Color Harmonies of #94FE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE4C

Black with #94FE4C

Text Example


Text Example

White with #94FE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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