Html Css Color HEX #8CF464 Pastel Green

📋 copy color: '#8CF464'

red 140 ◦ green 244 ◦ blue 100

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

Shades of Pastel Green #8CF464

Tints of Pastel Green #8CF464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.41%

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 28.93%
G = 50.41%
B = 20.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#8CF464 (or 0x8CF464) is known color: Pastel Green. HEX triplet: 8C, F4 and 64. RGB value is (140,244,100). Sum of RGB (Red+Green+Blue) = 140+244+100=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF464 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF464 is #730B9B. Grayscale: #C4C4C4. Windows color (decimal): -7539612 or 6616204. OLE color: 6616204.

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

Color convert

RGB 140 244 100 -
CMYK 0.43 0 0.59 0.04
HSL 103.33º 0.87% 0.67% -
HSV(B) 103.33º 0.59% 0.96% -
XYZ 45.47 71.2 23.4 -
YUV 196.49 73.54 87.71 -
System Red Green Blue C M Y K H S L
Decimal 140 244 100 0.43 0 0.59 0.04 103.33 0.87 0.67
Hex 8C F4 64 2B 0 3B 4 67 57 43
Octal 214 364 144 53 0 73 4 147 127 103
Binary 10001100 11110100 1100100 101011 0 111011 100 1100111 1010111 1000011

Color Harmonies of #8CF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF464

Black with #8CF464

Text Example


Text Example

White with #8CF464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,244,100); }

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

background-color css

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

 a { background-color: rgb(140,244,100); }

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

border-color css

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

 span { border-color: rgb(140,244,100); }

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