Html Css Color HEX #94F78C Light Green

📋 copy color: '#94F78C'

red 148 ◦ green 247 ◦ blue 140

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

Shades of Light Green #94F78C

Tints of Light Green #94F78C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.17%

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 27.66%
G = 46.17%
B = 26.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#94F78C (or 0x94F78C) is known color: Light Green. HEX triplet: 94, F7 and 8C. RGB value is (148,247,140). Sum of RGB (Red+Green+Blue) = 148+247+140=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #94F78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F78C is #6B0873. Grayscale: #CDCDCD. Windows color (decimal): -7014516 or 9238420. OLE color: 9238420.

HSL color Cylindrical-coordinate representation of color #94F78C: hue angle of 115.51º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94F78C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 247 140 -
CMYK 0.40 0 0.43 0.03
HSL 115.51º 0.87% 0.76% -
HSV(B) 115.51º 0.43% 0.97% -
XYZ 50.21 74.71 36.59 -
YUV 205.2 91.2 87.2 -
System Red Green Blue C M Y K H S L
Decimal 148 247 140 0.40 0 0.43 0.03 115.51 0.87 0.76
Hex 94 F7 8C 28 0 2B 3 74 57 4C
Octal 224 367 214 50 0 53 3 164 127 114
Binary 10010100 11110111 10001100 101000 0 101011 11 1110100 1010111 1001100

Color Harmonies of #94F78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F78C

Black with #94F78C

Text Example


Text Example

White with #94F78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,247,140); }

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

background-color css

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

 a { background-color: rgb(148,247,140); }

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

border-color css

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

 span { border-color: rgb(148,247,140); }

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