Html Css Color HEX #94FF46 Green Yellow

📋 copy color: '#94FF46'

red 148 ◦ green 255 ◦ blue 70

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

Shades of Green Yellow #94FF46

Tints of Green Yellow #94FF46

RGB

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

 GREEN value IS 255 (100% from 255) = 53.91%

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 31.29%
G = 53.91%
B = 14.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#94FF46 (or 0x94FF46) is known color: Green Yellow. HEX triplet: 94, FF and 46. RGB value is (148,255,70). Sum of RGB (Red+Green+Blue) = 148+255+70=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FF46 is #6B00B9. Grayscale: #CACACA. Windows color (decimal): -7012538 or 4652948. OLE color: 4652948.

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

Color convert

RGB 148 255 70 -
CMYK 0.42 0 0.73 0
HSL 94.7º 1% 0.64% -
HSV(B) 94.7º 0.73% 1% -
XYZ 49.08 78.26 18.31 -
YUV 201.92 53.55 89.54 -
System Red Green Blue C M Y K H S L
Decimal 148 255 70 0.42 0 0.73 0 94.7 1 0.64
Hex 94 FF 46 2A 0 49 0 5F 64 40
Octal 224 377 106 52 0 111 0 137 144 100
Binary 10010100 11111111 1000110 101010 0 1001001 0 1011111 1100100 1000000

Color Harmonies of #94FF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF46

Black with #94FF46

Text Example


Text Example

White with #94FF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,255,70); }

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

background-color css

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

 a { background-color: rgb(148,255,70); }

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

border-color css

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

 span { border-color: rgb(148,255,70); }

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