Html Css Color HEX #8DF495 Light Green

📋 copy color: '#8DF495'

red 141 ◦ green 244 ◦ blue 149

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

Shades of Light Green #8DF495

Tints of Light Green #8DF495

RGB

 RED value IS 141 (55.47% from 255) = 26.4%

 GREEN value IS 244 (95.7% from 255) = 45.69%

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

R = 26.4%
G = 45.69%
B = 27.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#8DF495 (or 0x8DF495) is known color: Light Green. HEX triplet: 8D, F4 and 95. RGB value is (141,244,149). Sum of RGB (Red+Green+Blue) = 141+244+149=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF495 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF495 is #720B6A. Grayscale: #CACACA. Windows color (decimal): -7474027 or 9827469. OLE color: 9827469.

HSL color Cylindrical-coordinate representation of color #8DF495: hue angle of 124.66º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF495 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 244 149 -
CMYK 0.42 0 0.39 0.04
HSL 124.66º 0.82% 0.75% -
HSV(B) 124.66º 0.42% 0.96% -
XYZ 48.76 72.53 39.86 -
YUV 202.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 141 244 149 0.42 0 0.39 0.04 124.66 0.82 0.75
Hex 8D F4 95 2A 0 27 4 7D 52 4B
Octal 215 364 225 52 0 47 4 175 122 113
Binary 10001101 11110100 10010101 101010 0 100111 100 1111101 1010010 1001011

Color Harmonies of #8DF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF495

Black with #8DF495

Text Example


Text Example

White with #8DF495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,244,149); }

 H1.HeaderClassName
 {
   color: #8DF495;
 }
 .AnyTagClassName
 {
   color: #8DF495;
 }
</style>

background-color css

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

 a { background-color: rgb(141,244,149); }

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

border-color css

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

 span { border-color: rgb(141,244,149); }

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