#7BD28F

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

Shades of De York #7BD28F

Tints of De York #7BD28F

Color information

#7BD28F (or 0x7BD28F) is unknown color: approx De York. HEX triplet: 7B, D2 and 8F. RGB value is (123,210,143). Sum of RGB (Red+Green+Blue) = 123+210+143=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD28F is #842D70. Grayscale: #B0B0B0. Windows color (decimal): -8662385 or 9425531. OLE color: 9425531.

HSL color Cylindrical-coordinate representation of color #7BD28F: hue angle of 133.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD28F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB123210143-
CMYK0.4100.320.18
HSL133.79º49.15%65.29%-
HSV(B)133.79º41.43%82.35%-
XYZ36.1752.2934.17-
YUV176.35109.1889.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.84%
GREEN value IS 210 (82.42% from 255) = 44.12%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=25.84%
G=44.12%
B=30.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232101430.4100.320.18133.7949.1565.29
Hex7BD28F2902012863141
Octal173322217510402220661101
Binary11110111101001010001111101001010000010010100001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,210,143); }

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

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

 a { background-color: rgb(123,210,143); }

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

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

 span { border-color: rgb(123,210,143); }

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