#7BD485

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

Shades of De York #7BD485

Tints of De York #7BD485

Color information

#7BD485 (or 0x7BD485) is unknown color: approx De York. HEX triplet: 7B, D4 and 85. RGB value is (123,212,133). Sum of RGB (Red+Green+Blue) = 123+212+133=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #7BD485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD485 is #842B7A. Grayscale: #B0B0B0. Windows color (decimal): -8661883 or 8770683. OLE color: 8770683.

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

Color convert

RGB123212133-
CMYK0.4200.370.17
HSL126.74º50.86%65.69%-
HSV(B)126.74º41.98%83.14%-
XYZ35.9552.9930.52-
YUV176.38103.5189.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 212 (83.20% from 255) = 45.30%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=26.28%
G=45.30%
B=28.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1232121330.4200.370.17126.7450.8665.69
Hex7BD4852A025117f3342
Octal173324205520452117763102
Binary1111011110101001000010110101001001011000111111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,212,133); }

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

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

 a { background-color: rgb(123,212,133); }

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

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

 span { border-color: rgb(123,212,133); }

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