#8CF261

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

Shades of Pastel Green #8CF261

Tints of Pastel Green #8CF261

Color information

#8CF261 (or 0x8CF261) is unknown color: approx Pastel Green. HEX triplet: 8C, F2 and 61. RGB value is (140,242,97). Sum of RGB (Red+Green+Blue) = 140+242+97=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF261 is #730D9E. Grayscale: #C3C3C3. Windows color (decimal): -7540127 or 6419084. OLE color: 6419084.

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

Color convert

RGB14024297-
CMYK0.4200.600.05
HSL102.21º84.8%66.47%-
HSV(B)102.21º59.92%94.9%-
XYZ44.7369.9422.45-
YUV194.9772.7188.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 242 (94.92% from 255) = 50.52%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=29.23%
G=50.52%
B=20.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140242970.4200.600.05102.2184.866.47
Hex8CF2612A03C5665542
Octal214362141520745146125102
Binary100011001111001011000011010100111100101110011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,242,97); }

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

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

 a { background-color: rgb(140,242,97); }

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

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

 span { border-color: rgb(140,242,97); }

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