Html Css Color HEX #8DF072 Pastel Green

📋 copy color: '#8DF072'

red 141 ◦ green 240 ◦ blue 114

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

Shades of Pastel Green #8DF072

Tints of Pastel Green #8DF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 28.48%
G = 48.48%
B = 23.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#8DF072 (or 0x8DF072) is known color: Pastel Green. HEX triplet: 8D, F0 and 72. RGB value is (141,240,114). Sum of RGB (Red+Green+Blue) = 141+240+114=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF072 is #720F8D. Grayscale: #C4C4C4. Windows color (decimal): -7475086 or 7532685. OLE color: 7532685.

HSL color Cylindrical-coordinate representation of color #8DF072: hue angle of 107.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DF072 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 240 114 -
CMYK 0.41 0 0.52 0.06
HSL 107.14º 0.81% 0.69% -
HSV(B) 107.14º 0.53% 0.94% -
XYZ 45.18 69.2 26.89 -
YUV 196.04 81.7 88.75 -
System Red Green Blue C M Y K H S L
Decimal 141 240 114 0.41 0 0.52 0.06 107.14 0.81 0.69
Hex 8D F0 72 29 0 34 6 6B 51 45
Octal 215 360 162 51 0 64 6 153 121 105
Binary 10001101 11110000 1110010 101001 0 110100 110 1101011 1010001 1000101

Color Harmonies of #8DF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF072

Black with #8DF072

Text Example


Text Example

White with #8DF072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,240,114); }

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

background-color css

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

 a { background-color: rgb(141,240,114); }

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

border-color css

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

 span { border-color: rgb(141,240,114); }

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