Html Css Color HEX #94F197 Light Green

📋 copy color: '#94F197'

red 148 ◦ green 241 ◦ blue 151

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

Shades of Light Green #94F197

Tints of Light Green #94F197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 27.41%
G = 44.63%
B = 27.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#94F197 (or 0x94F197) is known color: Light Green. HEX triplet: 94, F1 and 97. RGB value is (148,241,151). Sum of RGB (Red+Green+Blue) = 148+241+151=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #94F197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F197 is #6B0E68. Grayscale: #CBCBCB. Windows color (decimal): -7016041 or 9957780. OLE color: 9957780.

HSL color Cylindrical-coordinate representation of color #94F197: hue angle of 121.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F197 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 151 -
CMYK 0.39 0 0.37 0.05
HSL 121.94º 0.77% 0.76% -
HSV(B) 121.94º 0.39% 0.95% -
XYZ 49.25 71.44 40.47 -
YUV 202.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 148 241 151 0.39 0 0.37 0.05 121.94 0.77 0.76
Hex 94 F1 97 27 0 25 5 7A 4D 4C
Octal 224 361 227 47 0 45 5 172 115 114
Binary 10010100 11110001 10010111 100111 0 100101 101 1111010 1001101 1001100

Color Harmonies of #94F197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F197

Black with #94F197

Text Example


Text Example

White with #94F197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,241,151); }

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

background-color css

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

 a { background-color: rgb(148,241,151); }

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

border-color css

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

 span { border-color: rgb(148,241,151); }

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