Html Css Color HEX #8BDC74 Pastel Green

📋 copy color: '#8BDC74'

red 139 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #8BDC74

Tints of Pastel Green #8BDC74

RGB

 RED value IS 139 (54.69% from 255) = 29.26%

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 29.26%
G = 46.32%
B = 24.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#8BDC74 (or 0x8BDC74) is known color: Pastel Green. HEX triplet: 8B, DC and 74. RGB value is (139,220,116). Sum of RGB (Red+Green+Blue) = 139+220+116=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDC74 is #74238B. Grayscale: #B8B8B8. Windows color (decimal): -7611276 or 7658635. OLE color: 7658635.

HSL color Cylindrical-coordinate representation of color #8BDC74: hue angle of 106.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BDC74 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 116 -
CMYK 0.37 0 0.47 0.14
HSL 106.73º 0.6% 0.66% -
HSV(B) 106.73º 0.47% 0.86% -
XYZ 39.39 57.94 25.63 -
YUV 183.93 89.66 95.96 -
System Red Green Blue C M Y K H S L
Decimal 139 220 116 0.37 0 0.47 0.14 106.73 0.6 0.66
Hex 8B DC 74 25 0 2F E 6B 3C 42
Octal 213 334 164 45 0 57 16 153 74 102
Binary 10001011 11011100 1110100 100101 0 101111 1110 1101011 111100 1000010

Color Harmonies of #8BDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC74

Black with #8BDC74

Text Example


Text Example

White with #8BDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,220,116); }

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

background-color css

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

 a { background-color: rgb(139,220,116); }

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

border-color css

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

 span { border-color: rgb(139,220,116); }

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