#8DF05F

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

Shades of Pastel Green #8DF05F

Tints of Pastel Green #8DF05F

Color information

#8DF05F (or 0x8DF05F) is unknown color: approx Pastel Green. HEX triplet: 8D, F0 and 5F. RGB value is (141,240,95). Sum of RGB (Red+Green+Blue) = 141+240+95=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF05F is #720FA0. Grayscale: #C2C2C2. Windows color (decimal): -7475105 or 6287501. OLE color: 6287501.

HSL color Cylindrical-coordinate representation of color #8DF05F: hue angle of 100.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DF05F is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB14124095-
CMYK0.4100.600.06
HSL100.97º82.86%65.69%-
HSV(B)100.97º60.42%94.12%-
XYZ44.2168.8121.78-
YUV193.8772.290.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 240 (94.14% from 255) = 50.42%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=29.62%
G=50.42%
B=19.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141240950.4100.600.06100.9782.8665.69
Hex8DF05F2903C6655342
Octal215360137510746145123102
Binary100011011111000010111111010010111100110110010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,240,95); }

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

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

 a { background-color: rgb(141,240,95); }

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

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

 span { border-color: rgb(141,240,95); }

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