#8CFD65

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

Shades of Screamin' Green #8CFD65

Tints of Screamin' Green #8CFD65

Color information

#8CFD65 (or 0x8CFD65) is unknown color: approx Screamin' Green. HEX triplet: 8C, FD and 65. RGB value is (140,253,101). Sum of RGB (Red+Green+Blue) = 140+253+101=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFD65 is #73029A. Grayscale: #CACACA. Windows color (decimal): -7537307 or 6684044. OLE color: 6684044.

HSL color Cylindrical-coordinate representation of color #8CFD65: hue angle of 104.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CFD65 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB140253101-
CMYK0.4500.600.01
HSL104.61º97.44%69.41%-
HSV(B)104.61º60.08%99.22%-
XYZ48.2976.7724.58-
YUV201.8871.0683.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 253 (99.22% from 255) = 51.21%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=28.34%
G=51.21%
B=20.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402531010.4500.600.01104.6197.4469.41
Hex8CFD652D03C1696145
Octal214375145550741151141105
Binary1000110011111101110010110110101111001110100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,253,101); }

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

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

 a { background-color: rgb(140,253,101); }

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

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

 span { border-color: rgb(140,253,101); }

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