Html Css Color HEX #94E21F Yellow Green

📋 copy color: '#94E21F'

red 148 ◦ green 226 ◦ blue 31

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

Shades of Yellow Green #94E21F

Tints of Yellow Green #94E21F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.8%

 BLUE value IS 31 (12.5% from 255) = 7.65%

R = 36.54%
G = 55.8%
B = 7.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#94E21F (or 0x94E21F) is known color: Yellow Green. HEX triplet: 94, E2 and 1F. RGB value is (148,226,31). Sum of RGB (Red+Green+Blue) = 148+226+31=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #94E21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E21F is #6B1DE0. Grayscale: #B5B5B5. Windows color (decimal): -7020001 or 2089620. OLE color: 2089620.

HSL color Cylindrical-coordinate representation of color #94E21F: hue angle of 84º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94E21F is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 226 31 -
CMYK 0.35 0 0.86 0.11
HSL 84º 0.77% 0.5% -
HSV(B) 84º 0.86% 0.89% -
XYZ 39.66 60.79 10.94 -
YUV 180.45 43.66 104.86 -
System Red Green Blue C M Y K H S L
Decimal 148 226 31 0.35 0 0.86 0.11 84 0.77 0.5
Hex 94 E2 1F 23 0 56 B 54 4D 32
Octal 224 342 37 43 0 126 13 124 115 62
Binary 10010100 11100010 11111 100011 0 1010110 1011 1010100 1001101 110010

Color Harmonies of #94E21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E21F

Black with #94E21F

Text Example


Text Example

White with #94E21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,226,31); }

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

background-color css

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

 a { background-color: rgb(148,226,31); }

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

border-color css

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

 span { border-color: rgb(148,226,31); }

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