#8BC58D

Color #8BC58D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BC58D

Tints of De York #8BC58D

Color information

#8BC58D (or 0x8BC58D) is unknown color: approx De York. HEX triplet: 8B, C5 and 8D. RGB value is (139,197,141). Sum of RGB (Red+Green+Blue) = 139+197+141=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC58D is #743A72. Grayscale: #ADADAD. Windows color (decimal): -7617139 or 9291147. OLE color: 9291147.

HSL color Cylindrical-coordinate representation of color #8BC58D: hue angle of 122.07º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC58D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB139197141-
CMYK0.2900.280.23
HSL122.07º33.33%65.88%-
HSV(B)122.07º29.44%77.25%-
XYZ35.4247.3432.47-
YUV173.27109.78103.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=29.14%
G=41.30%
B=29.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391971410.2900.280.23122.0733.3365.88
Hex8BC58D1D01C177a2142
Octal213305215350342717241102
Binary100010111100010110001101111010111001011111110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,197,141); }

 H1.HeaderClassName
 {
   color: #8BC58D;
 }
 .AnyTagClassName
 {
   color: #8BC58D;
 }
</style>
background-color css

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

 a { background-color: rgb(139,197,141); }

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

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

 span { border-color: rgb(139,197,141); }

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