Html Css Color HEX #8CF968 Pastel Green

📋 copy color: '#8CF968'

red 140 ◦ green 249 ◦ blue 104

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

Shades of Pastel Green #8CF968

Tints of Pastel Green #8CF968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 104 (41.02% from 255) = 21.1%

R = 28.4%
G = 50.51%
B = 21.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#8CF968 (or 0x8CF968) is known color: Pastel Green. HEX triplet: 8C, F9 and 68. RGB value is (140,249,104). Sum of RGB (Red+Green+Blue) = 140+249+104=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF968 is #730697. Grayscale: #C8C8C8. Windows color (decimal): -7538328 or 6879628. OLE color: 6879628.

HSL color Cylindrical-coordinate representation of color #8CF968: hue angle of 105.1º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CF968 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 249 104 -
CMYK 0.44 0 0.58 0.02
HSL 105.1º 0.92% 0.69% -
HSV(B) 105.1º 0.58% 0.98% -
XYZ 47.19 74.33 24.96 -
YUV 199.88 73.89 85.29 -
System Red Green Blue C M Y K H S L
Decimal 140 249 104 0.44 0 0.58 0.02 105.1 0.92 0.69
Hex 8C F9 68 2C 0 3A 2 69 5C 45
Octal 214 371 150 54 0 72 2 151 134 105
Binary 10001100 11111001 1101000 101100 0 111010 10 1101001 1011100 1000101

Color Harmonies of #8CF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF968

Black with #8CF968

Text Example


Text Example

White with #8CF968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,249,104); }

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

background-color css

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

 a { background-color: rgb(140,249,104); }

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

border-color css

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

 span { border-color: rgb(140,249,104); }

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