#8BC07D

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

Shades of De York #8BC07D

Tints of De York #8BC07D

Color information

#8BC07D (or 0x8BC07D) is unknown color: approx De York. HEX triplet: 8B, C0 and 7D. RGB value is (139,192,125). Sum of RGB (Red+Green+Blue) = 139+192+125=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC07D is #743F82. Grayscale: #A8A8A8. Windows color (decimal): -7618435 or 8241291. OLE color: 8241291.

HSL color Cylindrical-coordinate representation of color #8BC07D: hue angle of 107.46º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC07D is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB139192125-
CMYK0.2800.350.25
HSL107.46º34.72%62.16%-
HSV(B)107.46º34.9%75.29%-
XYZ33.244.6726.27-
YUV168.52103.44106.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=30.48%
G=42.11%
B=27.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391921250.2800.350.25107.4634.7262.16
Hex8BC07D1C023196b233e
Octal21330017534043311534376
Binary10001011110000001111101111000100011110011101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,125); }

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

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

 a { background-color: rgb(139,192,125); }

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

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

 span { border-color: rgb(139,192,125); }

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