Html Css Color HEX #94F295 Light Green

📋 copy color: '#94F295'

red 148 ◦ green 242 ◦ blue 149

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

Shades of Light Green #94F295

Tints of Light Green #94F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 27.46%
G = 44.9%
B = 27.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#94F295 (or 0x94F295) is known color: Light Green. HEX triplet: 94, F2 and 95. RGB value is (148,242,149). Sum of RGB (Red+Green+Blue) = 148+242+149=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #94F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F295 is #6B0D6A. Grayscale: #CBCBCB. Windows color (decimal): -7015787 or 9826964. OLE color: 9826964.

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

Color convert

RGB 148 242 149 -
CMYK 0.39 0 0.38 0.05
HSL 120.64º 0.78% 0.76% -
HSV(B) 120.64º 0.39% 0.95% -
XYZ 49.39 71.97 39.72 -
YUV 203.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 148 242 149 0.39 0 0.38 0.05 120.64 0.78 0.76
Hex 94 F2 95 27 0 26 5 79 4E 4C
Octal 224 362 225 47 0 46 5 171 116 114
Binary 10010100 11110010 10010101 100111 0 100110 101 1111001 1001110 1001100

Color Harmonies of #94F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F295

Black with #94F295

Text Example


Text Example

White with #94F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,242,149); }

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

background-color css

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

 a { background-color: rgb(148,242,149); }

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

border-color css

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

 span { border-color: rgb(148,242,149); }

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