Html Css Color HEX #8CE964 Pastel Green

📋 copy color: '#8CE964'

red 140 ◦ green 233 ◦ blue 100

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

Shades of Pastel Green #8CE964

Tints of Pastel Green #8CE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.26%

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

R = 29.6%
G = 49.26%
B = 21.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#8CE964 (or 0x8CE964) is known color: Pastel Green. HEX triplet: 8C, E9 and 64. RGB value is (140,233,100). Sum of RGB (Red+Green+Blue) = 140+233+100=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE964 is #73169B. Grayscale: #BEBEBE. Windows color (decimal): -7542428 or 6613388. OLE color: 6613388.

HSL color Cylindrical-coordinate representation of color #8CE964: hue angle of 101.95º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CE964 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 100 -
CMYK 0.40 0 0.57 0.09
HSL 101.95º 0.75% 0.65% -
HSV(B) 101.95º 0.57% 0.91% -
XYZ 42.25 64.77 22.33 -
YUV 190.03 77.19 92.31 -
System Red Green Blue C M Y K H S L
Decimal 140 233 100 0.40 0 0.57 0.09 101.95 0.75 0.65
Hex 8C E9 64 28 0 39 9 66 4B 41
Octal 214 351 144 50 0 71 11 146 113 101
Binary 10001100 11101001 1100100 101000 0 111001 1001 1100110 1001011 1000001

Color Harmonies of #8CE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE964

Black with #8CE964

Text Example


Text Example

White with #8CE964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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