Html Css Color HEX #94F279 Light Green

📋 copy color: '#94F279'

red 148 ◦ green 242 ◦ blue 121

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

Shades of Light Green #94F279

Tints of Light Green #94F279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.68%

R = 28.96%
G = 47.36%
B = 23.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#94F279 (or 0x94F279) is known color: Light Green. HEX triplet: 94, F2 and 79. RGB value is (148,242,121). Sum of RGB (Red+Green+Blue) = 148+242+121=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #94F279 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F279 is #6B0D86. Grayscale: #C8C8C8. Windows color (decimal): -7015815 or 7991956. OLE color: 7991956.

HSL color Cylindrical-coordinate representation of color #94F279: hue angle of 106.61º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94F279 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 121 -
CMYK 0.39 0 0.50 0.05
HSL 106.61º 0.82% 0.71% -
HSV(B) 106.61º 0.5% 0.95% -
XYZ 47.42 71.18 29.33 -
YUV 200.1 83.36 90.84 -
System Red Green Blue C M Y K H S L
Decimal 148 242 121 0.39 0 0.50 0.05 106.61 0.82 0.71
Hex 94 F2 79 27 0 32 5 6B 52 47
Octal 224 362 171 47 0 62 5 153 122 107
Binary 10010100 11110010 1111001 100111 0 110010 101 1101011 1010010 1000111

Color Harmonies of #94F279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F279

Black with #94F279

Text Example


Text Example

White with #94F279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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