#7BD393

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

Shades of De York #7BD393

Tints of De York #7BD393

Color information

#7BD393 (or 0x7BD393) is unknown color: approx De York. HEX triplet: 7B, D3 and 93. RGB value is (123,211,147). Sum of RGB (Red+Green+Blue) = 123+211+147=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD393 is #842C6C. Grayscale: #B1B1B1. Windows color (decimal): -8662125 or 9687931. OLE color: 9687931.

HSL color Cylindrical-coordinate representation of color #7BD393: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD393 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB123211147-
CMYK0.4200.300.17
HSL136.36º50%65.49%-
HSV(B)136.36º41.71%82.75%-
XYZ36.7352.9135.88-
YUV177.39110.8589.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.57%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=25.57%
G=43.87%
B=30.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1232111470.4200.300.17136.365065.49
Hex7BD3932A01E11883241
Octal173323223520362121062101
Binary1111011110100111001001110101001111010001100010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,211,147); }

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

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

 a { background-color: rgb(123,211,147); }

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

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

 span { border-color: rgb(123,211,147); }

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