Html Css Color HEX #8BDD70 Pastel Green

📋 copy color: '#8BDD70'

red 139 ◦ green 221 ◦ blue 112

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

Shades of Pastel Green #8BDD70

Tints of Pastel Green #8BDD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.82%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 29.45%
G = 46.82%
B = 23.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#8BDD70 (or 0x8BDD70) is known color: Pastel Green. HEX triplet: 8B, DD and 70. RGB value is (139,221,112). Sum of RGB (Red+Green+Blue) = 139+221+112=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD70 is #74228F. Grayscale: #B8B8B8. Windows color (decimal): -7611024 or 7396747. OLE color: 7396747.

HSL color Cylindrical-coordinate representation of color #8BDD70: hue angle of 105.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BDD70 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 221 112 -
CMYK 0.37 0 0.49 0.13
HSL 105.14º 0.62% 0.65% -
HSV(B) 105.14º 0.49% 0.87% -
XYZ 39.43 58.37 24.52 -
YUV 184.06 87.33 95.86 -
System Red Green Blue C M Y K H S L
Decimal 139 221 112 0.37 0 0.49 0.13 105.14 0.62 0.65
Hex 8B DD 70 25 0 31 D 69 3E 41
Octal 213 335 160 45 0 61 15 151 76 101
Binary 10001011 11011101 1110000 100101 0 110001 1101 1101001 111110 1000001

Color Harmonies of #8BDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDD70

Black with #8BDD70

Text Example


Text Example

White with #8BDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,221,112); }

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

background-color css

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

 a { background-color: rgb(139,221,112); }

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

border-color css

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

 span { border-color: rgb(139,221,112); }

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