Html Css Color HEX #94FE3F Green Yellow

📋 copy color: '#94FE3F'

red 148 ◦ green 254 ◦ blue 63

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

Shades of Green Yellow #94FE3F

Tints of Green Yellow #94FE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.55%

R = 31.83%
G = 54.62%
B = 13.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#94FE3F (or 0x94FE3F) is known color: Green Yellow. HEX triplet: 94, FE and 3F. RGB value is (148,254,63). Sum of RGB (Red+Green+Blue) = 148+254+63=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FE3F is #6B01C0. Grayscale: #C9C9C9. Windows color (decimal): -7012801 or 4193940. OLE color: 4193940.

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

Color convert

RGB 148 254 63 -
CMYK 0.42 0 0.75 0.00
HSL 93.3º 0.99% 0.62% -
HSV(B) 93.3º 0.75% 1% -
XYZ 48.55 77.54 17.11 -
YUV 200.53 50.38 90.53 -
System Red Green Blue C M Y K H S L
Decimal 148 254 63 0.42 0 0.75 0.00 93.3 0.99 0.62
Hex 94 FE 3F 2A 0 4B 0 5D 63 3E
Octal 224 376 77 52 0 113 0 135 143 76
Binary 10010100 11111110 111111 101010 0 1001011 0 1011101 1100011 111110

Color Harmonies of #94FE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE3F

Black with #94FE3F

Text Example


Text Example

White with #94FE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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