Html Css Color HEX #8DF364 Pastel Green

📋 copy color: '#8DF364'

red 141 ◦ green 243 ◦ blue 100

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

Shades of Pastel Green #8DF364

Tints of Pastel Green #8DF364

RGB

 RED value IS 141 (55.47% from 255) = 29.13%

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 29.13%
G = 50.21%
B = 20.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#8DF364 (or 0x8DF364) is known color: Pastel Green. HEX triplet: 8D, F3 and 64. RGB value is (141,243,100). Sum of RGB (Red+Green+Blue) = 141+243+100=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF364 is #720C9B. Grayscale: #C4C4C4. Windows color (decimal): -7474332 or 6615949. OLE color: 6615949.

HSL color Cylindrical-coordinate representation of color #8DF364: hue angle of 102.8º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DF364 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 243 100 -
CMYK 0.42 0 0.59 0.05
HSL 102.8º 0.86% 0.67% -
HSV(B) 102.8º 0.59% 0.95% -
XYZ 45.34 70.68 23.31 -
YUV 196.2 73.71 88.63 -
System Red Green Blue C M Y K H S L
Decimal 141 243 100 0.42 0 0.59 0.05 102.8 0.86 0.67
Hex 8D F3 64 2A 0 3B 5 67 56 43
Octal 215 363 144 52 0 73 5 147 126 103
Binary 10001101 11110011 1100100 101010 0 111011 101 1100111 1010110 1000011

Color Harmonies of #8DF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF364

Black with #8DF364

Text Example


Text Example

White with #8DF364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,243,100); }

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

background-color css

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

 a { background-color: rgb(141,243,100); }

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

border-color css

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

 span { border-color: rgb(141,243,100); }

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