#7FCD82

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

Shades of De York #7FCD82

Tints of De York #7FCD82

Color information

#7FCD82 (or 0x7FCD82) is unknown color: approx De York. HEX triplet: 7F, CD and 82. RGB value is (127,205,130). Sum of RGB (Red+Green+Blue) = 127+205+130=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD82 is #80327D. Grayscale: #ADADAD. Windows color (decimal): -8401534 or 8572287. OLE color: 8572287.

HSL color Cylindrical-coordinate representation of color #7FCD82: hue angle of 122.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD82 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB127205130-
CMYK0.3800.370.20
HSL122.31º43.82%65.1%-
HSV(B)122.31º38.05%80.39%-
XYZ34.6149.7928.9-
YUV173.13103.6695.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=27.49%
G=44.37%
B=28.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051300.3800.370.20122.3143.8265.1
Hex7FCD8226025147a2c41
Octal177315202460452417254101
Binary1111111110011011000001010011001001011010011110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,130); }

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

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

 a { background-color: rgb(127,205,130); }

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

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

 span { border-color: rgb(127,205,130); }

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