Html Css Color HEX #8CF560 Pastel Green

📋 copy color: '#8CF560'

red 140 ◦ green 245 ◦ blue 96

#8CF560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #8CF560

Tints of Pastel Green #8CF560

RGB

 RED value IS 140 (55.08% from 255) = 29.11%

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 29.11%
G = 50.94%
B = 19.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#8CF560 (or 0x8CF560) is known color: Pastel Green. HEX triplet: 8C, F5 and 60. RGB value is (140,245,96). Sum of RGB (Red+Green+Blue) = 140+245+96=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF560 is #730A9F. Grayscale: #C5C5C5. Windows color (decimal): -7539360 or 6354316. OLE color: 6354316.

HSL color Cylindrical-coordinate representation of color #8CF560: hue angle of 102.28º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CF560 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 245 96 -
CMYK 0.43 0 0.61 0.04
HSL 102.28º 0.88% 0.67% -
HSV(B) 102.28º 0.61% 0.96% -
XYZ 45.58 71.72 22.51 -
YUV 196.62 71.21 87.62 -
System Red Green Blue C M Y K H S L
Decimal 140 245 96 0.43 0 0.61 0.04 102.28 0.88 0.67
Hex 8C F5 60 2B 0 3D 4 66 58 43
Octal 214 365 140 53 0 75 4 146 130 103
Binary 10001100 11110101 1100000 101011 0 111101 100 1100110 1011000 1000011

Color Harmonies of #8CF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF560

Black with #8CF560

Text Example


Text Example

White with #8CF560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,245,96); }

 H1.HeaderClassName
 {
   color: #8CF560;
 }
 .AnyTagClassName
 {
   color: #8CF560;
 }
</style>

background-color css

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

 a { background-color: rgb(140,245,96); }

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

border-color css

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

 span { border-color: rgb(140,245,96); }

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