Html Css Color HEX #94F7B1 Pale Green

📋 copy color: '#94F7B1'

red 148 ◦ green 247 ◦ blue 177

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

Shades of Pale Green #94F7B1

Tints of Pale Green #94F7B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.94%

R = 25.87%
G = 43.18%
B = 30.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#94F7B1 (or 0x94F7B1) is known color: Pale Green. HEX triplet: 94, F7 and B1. RGB value is (148,247,177). Sum of RGB (Red+Green+Blue) = 148+247+177=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F7B1 is #6B084E. Grayscale: #D1D1D1. Windows color (decimal): -7014479 or 11663252. OLE color: 11663252.

HSL color Cylindrical-coordinate representation of color #94F7B1: hue angle of 137.58º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7B1 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 247 177 -
CMYK 0.40 0 0.28 0.03
HSL 137.58º 0.86% 0.77% -
HSV(B) 137.58º 0.4% 0.97% -
XYZ 53.41 75.99 53.45 -
YUV 209.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 148 247 177 0.40 0 0.28 0.03 137.58 0.86 0.77
Hex 94 F7 B1 28 0 1C 3 8A 56 4D
Octal 224 367 261 50 0 34 3 212 126 115
Binary 10010100 11110111 10110001 101000 0 11100 11 10001010 1010110 1001101

Color Harmonies of #94F7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F7B1

Black with #94F7B1

Text Example


Text Example

White with #94F7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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