Html Css Color HEX #94FF7C Light Green

📋 copy color: '#94FF7C'

red 148 ◦ green 255 ◦ blue 124

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

Shades of Light Green #94FF7C

Tints of Light Green #94FF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.53%

R = 28.08%
G = 48.39%
B = 23.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#94FF7C (or 0x94FF7C) is known color: Light Green. HEX triplet: 94, FF and 7C. RGB value is (148,255,124). Sum of RGB (Red+Green+Blue) = 148+255+124=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF7C is #6B0083. Grayscale: #D0D0D0. Windows color (decimal): -7012484 or 8191892. OLE color: 8191892.

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

Color convert

RGB 148 255 124 -
CMYK 0.42 0 0.51 0
HSL 109.01º 1% 0.74% -
HSV(B) 109.01º 0.51% 1% -
XYZ 51.61 79.27 31.65 -
YUV 208.07 80.55 85.15 -
System Red Green Blue C M Y K H S L
Decimal 148 255 124 0.42 0 0.51 0 109.01 1 0.74
Hex 94 FF 7C 2A 0 33 0 6D 64 4A
Octal 224 377 174 52 0 63 0 155 144 112
Binary 10010100 11111111 1111100 101010 0 110011 0 1101101 1100100 1001010

Color Harmonies of #94FF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF7C

Black with #94FF7C

Text Example


Text Example

White with #94FF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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