Html Css Color HEX #94F199 Light Green

📋 copy color: '#94F199'

red 148 ◦ green 241 ◦ blue 153

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

Shades of Light Green #94F199

Tints of Light Green #94F199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.23%

R = 27.31%
G = 44.46%
B = 28.23%

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

#94F199 (or 0x94F199) is known color: Light Green. HEX triplet: 94, F1 and 99. RGB value is (148,241,153). Sum of RGB (Red+Green+Blue) = 148+241+153=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #94F199 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F199 is #6B0E66. Grayscale: #CBCBCB. Windows color (decimal): -7016039 or 10088852. OLE color: 10088852.

HSL color Cylindrical-coordinate representation of color #94F199: hue angle of 123.23º 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 #94F199 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 153 -
CMYK 0.39 0 0.37 0.05
HSL 123.23º 0.77% 0.76% -
HSV(B) 123.23º 0.39% 0.95% -
XYZ 49.42 71.51 41.33 -
YUV 203.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 148 241 153 0.39 0 0.37 0.05 123.23 0.77 0.76
Hex 94 F1 99 27 0 25 5 7B 4D 4C
Octal 224 361 231 47 0 45 5 173 115 114
Binary 10010100 11110001 10011001 100111 0 100101 101 1111011 1001101 1001100

Color Harmonies of #94F199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F199

Black with #94F199

Text Example


Text Example

White with #94F199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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