Html Css Color HEX #8DEA75 Pastel Green

📋 copy color: '#8DEA75'

red 141 ◦ green 234 ◦ blue 117

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

Shades of Pastel Green #8DEA75

Tints of Pastel Green #8DEA75

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 28.66%
G = 47.56%
B = 23.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#8DEA75 (or 0x8DEA75) is known color: Pastel Green. HEX triplet: 8D, EA and 75. RGB value is (141,234,117). Sum of RGB (Red+Green+Blue) = 141+234+117=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA75 is #72158A. Grayscale: #C1C1C1. Windows color (decimal): -7476619 or 7727757. OLE color: 7727757.

HSL color Cylindrical-coordinate representation of color #8DEA75: hue angle of 107.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DEA75 is Cyan = 0.40, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 234 117 -
CMYK 0.40 0 0.5 0.08
HSL 107.69º 0.74% 0.69% -
HSV(B) 107.69º 0.5% 0.92% -
XYZ 43.62 65.79 27.23 -
YUV 192.86 85.19 91.01 -
System Red Green Blue C M Y K H S L
Decimal 141 234 117 0.40 0 0.5 0.08 107.69 0.74 0.69
Hex 8D EA 75 28 0 32 8 6C 4A 45
Octal 215 352 165 50 0 62 10 154 112 105
Binary 10001101 11101010 1110101 101000 0 110010 1000 1101100 1001010 1000101

Color Harmonies of #8DEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEA75

Black with #8DEA75

Text Example


Text Example

White with #8DEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,234,117); }

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

background-color css

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

 a { background-color: rgb(141,234,117); }

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

border-color css

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

 span { border-color: rgb(141,234,117); }

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