#8DEF69

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

Shades of Pastel Green #8DEF69

Tints of Pastel Green #8DEF69

Color information

#8DEF69 (or 0x8DEF69) is unknown color: approx Pastel Green. HEX triplet: 8D, EF and 69. RGB value is (141,239,105). Sum of RGB (Red+Green+Blue) = 141+239+105=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEF69 is #721096. Grayscale: #C2C2C2. Windows color (decimal): -7475351 or 6942605. OLE color: 6942605.

HSL color Cylindrical-coordinate representation of color #8DEF69: hue angle of 103.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DEF69 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB141239105-
CMYK0.4100.560.06
HSL103.88º80.72%67.45%-
HSV(B)103.88º56.07%93.73%-
XYZ44.468.4224.23-
YUV194.4277.5389.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=29.07%
G=49.28%
B=21.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412391050.4100.560.06103.8880.7267.45
Hex8DEF69290386685143
Octal215357151510706150121103
Binary100011011110111111010011010010111000110110100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,239,105); }

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

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

 a { background-color: rgb(141,239,105); }

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

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

 span { border-color: rgb(141,239,105); }

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