#7BC388

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

Shades of De York #7BC388

Tints of De York #7BC388

Color information

#7BC388 (or 0x7BC388) is unknown color: approx De York. HEX triplet: 7B, C3 and 88. RGB value is (123,195,136). Sum of RGB (Red+Green+Blue) = 123+195+136=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC388 is #843C77. Grayscale: #A6A6A6. Windows color (decimal): -8666232 or 8962939. OLE color: 8962939.

HSL color Cylindrical-coordinate representation of color #7BC388: hue angle of 130.83º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC388 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB123195136-
CMYK0.3700.300.24
HSL130.83º37.5%62.35%-
HSV(B)130.83º36.92%76.47%-
XYZ32.1345.0230.29-
YUV166.75110.6596.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.09%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=27.09%
G=42.95%
B=29.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951360.3700.300.24130.8337.562.35
Hex7BC3882501E1883263e
Octal17330321045036302034676
Binary111101111000011100010001001010111101100010000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,195,136); }

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

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

 a { background-color: rgb(123,195,136); }

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

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

 span { border-color: rgb(123,195,136); }

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