#8DF194

Color #8DF194 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8DF194

Tints of Light Green #8DF194

Color information

#8DF194 (or 0x8DF194) is unknown color: approx Light Green. HEX triplet: 8D, F1 and 94. RGB value is (141,241,148). Sum of RGB (Red+Green+Blue) = 141+241+148=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF194 is #720E6B. Grayscale: #C8C8C8. Windows color (decimal): -7474796 or 9761165. OLE color: 9761165.

HSL color Cylindrical-coordinate representation of color #8DF194: hue angle of 124.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF194 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB141241148-
CMYK0.4100.390.05
HSL124.2º78.12%74.9%-
HSV(B)124.2º41.49%94.51%-
XYZ47.7970.7139.15-
YUV200.598.3785.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=26.60%
G=45.47%
B=27.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412411480.4100.390.05124.278.1274.9
Hex8DF1942902757c4e4b
Octal215361224510475174116113
Binary1000110111110001100101001010010100111101111110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DF194; }

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

 H1.HeaderClassName
 {
   color: #8DF194;
 }
 .AnyTagClassName
 {
   color: #8DF194;
 }
</style>
background-color css

<style>
 a { background-color: #8DF194; }

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

 div.DivClassName
 {
   background-color: #8DF194;
 }
 .BgClassName
 {
   background-color: #8DF194;
 }
</style>
border-color css

<style>
 span { border-color: #8DF194; }

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

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