#7BCE8E

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

Shades of De York #7BCE8E

Tints of De York #7BCE8E

Color information

#7BCE8E (or 0x7BCE8E) is unknown color: approx De York. HEX triplet: 7B, CE and 8E. RGB value is (123,206,142). Sum of RGB (Red+Green+Blue) = 123+206+142=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCE8E is #843171. Grayscale: #AEAEAE. Windows color (decimal): -8663410 or 9358971. OLE color: 9358971.

HSL color Cylindrical-coordinate representation of color #7BCE8E: hue angle of 133.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCE8E is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB123206142-
CMYK0.4000.310.19
HSL133.73º45.86%64.51%-
HSV(B)133.73º40.29%80.78%-
XYZ35.1250.3133.45-
YUV173.8911091.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.11%
GREEN value IS 206 (80.86% from 255) = 43.74%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=26.11%
G=43.74%
B=30.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232061420.4000.310.19133.7345.8664.51
Hex7BCE8E2801F13862e41
Octal173316216500372320656101
Binary1111011110011101000111010100001111110011100001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCE8E; }

 p { color: rgb(123,206,142); }

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

<style>
 a { background-color: #7BCE8E; }

 a { background-color: rgb(123,206,142); }

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

<style>
 span { border-color: #7BCE8E; }

 span { border-color: rgb(123,206,142); }

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