Html Css Color HEX #8BCD80 De York

📋 copy color: '#8BCD80'

red 139 ◦ green 205 ◦ blue 128

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

Shades of De York #8BCD80

Tints of De York #8BCD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 29.45%
G = 43.43%
B = 27.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#8BCD80 (or 0x8BCD80) is known color: De York. HEX triplet: 8B, CD and 80. RGB value is (139,205,128). Sum of RGB (Red+Green+Blue) = 139+205+128=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD80 is #74327F. Grayscale: #B0B0B0. Windows color (decimal): -7615104 or 8441227. OLE color: 8441227.

HSL color Cylindrical-coordinate representation of color #8BCD80: hue angle of 111.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCD80 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 205 128 -
CMYK 0.32 0 0.38 0.20
HSL 111.43º 0.44% 0.65% -
HSV(B) 111.43º 0.38% 0.8% -
XYZ 36.38 50.71 28.29 -
YUV 176.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 139 205 128 0.32 0 0.38 0.20 111.43 0.44 0.65
Hex 8B CD 80 20 0 26 14 6F 2C 41
Octal 213 315 200 40 0 46 24 157 54 101
Binary 10001011 11001101 10000000 100000 0 100110 10100 1101111 101100 1000001

Color Harmonies of #8BCD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD80

Black with #8BCD80

Text Example


Text Example

White with #8BCD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,205,128); }

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

background-color css

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

 a { background-color: rgb(139,205,128); }

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

border-color css

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

 span { border-color: rgb(139,205,128); }

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