#8DF264

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

Shades of Pastel Green #8DF264

Tints of Pastel Green #8DF264

Color information

#8DF264 (or 0x8DF264) is unknown color: approx Pastel Green. HEX triplet: 8D, F2 and 64. RGB value is (141,242,100). Sum of RGB (Red+Green+Blue) = 141+242+100=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF264 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF264 is #720D9B. Grayscale: #C4C4C4. Windows color (decimal): -7474588 or 6615693. OLE color: 6615693.

HSL color Cylindrical-coordinate representation of color #8DF264: hue angle of 102.68º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DF264 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB141242100-
CMYK0.4200.590.05
HSL102.68º84.52%67.06%-
HSV(B)102.68º58.68%94.9%-
XYZ45.0470.0923.21-
YUV195.6174.0489.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 242 (94.92% from 255) = 50.10%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=29.19%
G=50.10%
B=20.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412421000.4200.590.05102.6884.5267.06
Hex8DF2642A03B5675543
Octal215362144520735147125103
Binary100011011111001011001001010100111011101110011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,242,100); }

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

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

 a { background-color: rgb(141,242,100); }

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

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

 span { border-color: rgb(141,242,100); }

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